Re: [Intel-gfx] [v9 00/13] Add HDR Metadata Parsing and handling in DRM layer

2019-05-12 Thread Jonas Karlman
On 2019-05-08 20:38, Uma Shankar wrote: > This patch series enables HDR support in drm. It basically defines > HDR metadata structures, property to pass content (after blending) > metadata from user space compositors to driver. > > Dynamic Range and Mastering infoframe creation and sending. > >

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Mark semaphores as complete on unsubmit out if payload was started

2019-05-12 Thread Patchwork
== Series Details == Series: drm/i915: Mark semaphores as complete on unsubmit out if payload was started URL : https://patchwork.freedesktop.org/series/60548/ State : success == Summary == CI Bug Log - changes from CI_DRM_6073_full -> Patchwork_13004_full

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Mark semaphores as complete on unsubmit out if payload was started

2019-05-12 Thread Patchwork
== Series Details == Series: drm/i915: Mark semaphores as complete on unsubmit out if payload was started URL : https://patchwork.freedesktop.org/series/60548/ State : success == Summary == CI Bug Log - changes from CI_DRM_6073 -> Patchwork_13004

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Mark semaphores as complete on unsubmit out if payload was started

2019-05-12 Thread Patchwork
== Series Details == Series: drm/i915: Mark semaphores as complete on unsubmit out if payload was started URL : https://patchwork.freedesktop.org/series/60548/ State : warning == Summary == $ dim checkpatch origin/drm-tip 6b0a88df1727 drm/i915: Mark semaphores as complete on unsubmit out if

[Intel-gfx] [PATCH] drm/i915: Mark semaphores as complete on unsubmit out if payload was started

2019-05-12 Thread Chris Wilson
Avoid charging us for the presumed busywait if the request was preempted after successfully using semaphores to reduce inter-engine latency. References: ca6e56f654e7 ("drm/i915: Disable semaphore busywaits on saturated systems") Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin ---