[Intel-gfx] [PATCH 2/2] drm/i915: Turn off the CUS when turning off a HDR plane

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Mon Mar 18 11:04:41 UTC 2019


Op 15-03-2019 om 20:54 schreef Ville Syrjala:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> We're currently leaving the CUS enabled if we disable the
> master plane directly after scanning out NV12.
>
> Could perhaps cause the selected slave plane to misbehave
> if we try to use it for scanning out something non-NV12?
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
>  drivers/gpu/drm/i915/intel_sprite.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/intel_sprite.c b/drivers/gpu/drm/i915/intel_sprite.c
> index e00559d4cf5a..268fb34ff0e2 100644
> --- a/drivers/gpu/drm/i915/intel_sprite.c
> +++ b/drivers/gpu/drm/i915/intel_sprite.c
> @@ -622,6 +622,9 @@ skl_disable_plane(struct intel_plane *plane,
>  
>  	spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
>  
> +	if (icl_is_hdr_plane(dev_priv, plane_id))
> +		I915_WRITE_FW(PLANE_CUS_CTL(pipe, plane_id), 0);
> +
>  	skl_write_plane_wm(plane, crtc_state);
>  
>  	I915_WRITE_FW(PLANE_CTL(pipe, plane_id), 0);

Nice catch!

For both:

Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>

Also from CI:

  * {igt at kms_plane@pixel-format-pipe-a-planes-source-clamping}:
    - shard-iclb:         FAIL [fdo#110032] / [fdo#110129] -> PASS

  * {igt at kms_plane@pixel-format-pipe-b-planes-source-clamping}:
    - shard-iclb:         FAIL [fdo#110129] -> PASS +1

  * {igt at kms_plane@pixel-format-pipe-c-planes-source-clamping}:
    - shard-glk:          SKIP [fdo#109271] -> PASS



More information about the Intel-gfx mailing list