Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393757
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. |
| Date | 2016-05-03 21:30 +0200 |
| Message-ID | <ruOb7-5Gk-7@gated-at.bofh.it> (permalink) |
| References | <ruMCn-3Wx-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
robert.foss@collabora.com writes: > From: Robert Foss <robert.foss@collabora.com> > > As per the documentation in drm_crtc.h, atomic_commit should return > -EBUSY if an asycnhronous update is requested and there is an earlier > update pending. > > Note: docs cited here are drm_crtc.h, and the whole quote is: > > * - -EBUSY, if an asynchronous updated is requested and there is > * an earlier updated pending. Drivers are allowed to support a queue > * of outstanding updates, but currently no driver supports that. > * Note that drivers must wait for preceding updates to complete if a > * synchronous update is requested, they are not allowed to fail the > * commit in that case. > > Signed-off-by: Robert Foss <robert.foss@collabora.com> This looks good to me. Let's give it a few days on the list for any other KMS folks to catch anything.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. robert.foss@collabora.com - 2016-05-03 19:50 +0200
Re: [PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. Eric Anholt <eric@anholt.net> - 2016-05-03 21:30 +0200
Re: [PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. Robert Foss <robert.foss@collabora.com> - 2016-05-10 17:40 +0200
Re: [PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. Eric Anholt <eric@anholt.net> - 2016-05-10 19:10 +0200
Re: [PATCH v2] drm/vc4: Return -EBUSY if there's already a pending flip event. Robert Foss <robert.foss@collabora.com> - 2016-05-10 19:20 +0200
csiph-web