On Thu, 21 Jan 2021, Dan Carpenter <[email protected]> wrote:
> This was supposed to be | instead of ||.
>
> Fixes: 522508b665df ("drm/i915/display: Let PCON convert from RGB to YCbCr if 
> it can")
> Signed-off-by: Dan Carpenter <[email protected]>

Thanks, but we already have the fix [1] for this that I thought was
pushed by now [2].

Chris?


BR,
Jani.


[1] http://lore.kernel.org/r/[email protected]
[2] 
http://lore.kernel.org/r/[email protected]

> ---
>  drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c 
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 8a00e609085f..9c6f427b2703 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -6955,8 +6955,8 @@ intel_dp_update_420(struct intel_dp *intel_dp)
>                                                       
> intel_dp->downstream_ports);
>       rgb_to_ycbcr = drm_dp_downstream_rgb_to_ycbcr_conversion(intel_dp->dpcd,
>                                                                
> intel_dp->downstream_ports,
> -                                                              
> DP_DS_HDMI_BT601_RGB_YCBCR_CONV ||
> -                                                              
> DP_DS_HDMI_BT709_RGB_YCBCR_CONV ||
> +                                                              
> DP_DS_HDMI_BT601_RGB_YCBCR_CONV |
> +                                                              
> DP_DS_HDMI_BT709_RGB_YCBCR_CONV |
>                                                                
> DP_DS_HDMI_BT2020_RGB_YCBCR_CONV);
>  
>       if (INTEL_GEN(i915) >= 11) {

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to