[Intel-gfx] [PATCH 1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setup
Srinivas, Vidya
vidya.srinivas at intel.com
Thu May 31 04:20:31 UTC 2018
Thank you.
Reviewed-By: Vidya Srinivas <vidya.srinivas at intel.com>
> -----Original Message-----
> From: Ville Syrjala [mailto:ville.syrjala at linux.intel.com]
> Sent: Tuesday, May 22, 2018 12:26 AM
> To: intel-gfx at lists.freedesktop.org
> Cc: Srinivas, Vidya <vidya.srinivas at intel.com>; Maarten Lankhorst
> <maarten.lankhorst at linux.intel.com>
> Subject: [PATCH 1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL
> setup
>
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> We already handle the color encoding mode properly. Remove the broken
> NV12 special case.
>
> Cc: Vidya Srinivas <vidya.srinivas at intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
> drivers/gpu/drm/i915/intel_display.c | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c
> b/drivers/gpu/drm/i915/intel_display.c
> index f5c078c9d0d2..42c1f4a56556 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -3643,11 +3643,6 @@ u32 glk_plane_color_ctl(const struct
> intel_crtc_state *crtc_state,
> plane_color_ctl |= glk_plane_color_ctl_alpha(fb->format->format);
>
> if (intel_format_is_yuv(fb->format->format)) {
> - if (fb->format->format == DRM_FORMAT_NV12) {
> - plane_color_ctl |=
> -
> PLANE_COLOR_CSC_MODE_YUV709_TO_RGB709;
> - goto out;
> - }
> if (plane_state->base.color_encoding ==
> DRM_COLOR_YCBCR_BT709)
> plane_color_ctl |=
> PLANE_COLOR_CSC_MODE_YUV709_TO_RGB709;
> else
> @@ -3656,7 +3651,7 @@ u32 glk_plane_color_ctl(const struct
> intel_crtc_state *crtc_state,
> if (plane_state->base.color_range ==
> DRM_COLOR_YCBCR_FULL_RANGE)
> plane_color_ctl |=
> PLANE_COLOR_YUV_RANGE_CORRECTION_DISABLE;
> }
> -out:
> +
> return plane_color_ctl;
> }
>
> --
> 2.16.1
More information about the Intel-gfx
mailing list