Re: [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can

2020-12-14 Thread Nautiyal, Ankit K
...@linux.intel.com; Kulkarni, Vandita ; Sharma, Swati2 Subject: [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can Make it drm/i915/display: Noted. Will change in next version of the patch If PCON has capability to convert RGB->YUV colorspace and also to 444->420 downsampling th

RE: [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can

2020-12-12 Thread Shankar, Uma
gt; Kulkarni, Vandita ; Sharma, Swati2 > > Subject: [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can Make it drm/i915/display: > If PCON has capability to convert RGB->YUV colorspace and also to 444->420 > downsampling then for any YUV420 only mode, we c

[PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can

2020-12-07 Thread Ankit Nautiyal
If PCON has capability to convert RGB->YUV colorspace and also to 444->420 downsampling then for any YUV420 only mode, we can let the PCON do all the conversion. Signed-off-by: Ankit Nautiyal --- .../drm/i915/display/intel_display_types.h| 1 + drivers/gpu/drm/i915/display/intel_dp.c