Re: [PATCH v3 07/15] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-04-10 Thread Cristian Ciocaltea
On 4/9/25 6:09 PM, Maxime Ripard wrote: > On Wed, Mar 26, 2025 at 12:19:56PM +0200, Cristian Ciocaltea wrote: >> Try to make use of YUV420 when computing the best output format and >> RGB cannot be supported for any of the available color depths. >> >> Signed-off-by: Cristian Ciocaltea >> --- >>

Re: [PATCH v3 07/15] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-04-09 Thread Maxime Ripard
On Wed, Mar 26, 2025 at 12:19:56PM +0200, Cristian Ciocaltea wrote: > Try to make use of YUV420 when computing the best output format and > RGB cannot be supported for any of the available color depths. > > Signed-off-by: Cristian Ciocaltea > --- > drivers/gpu/drm/display/drm_hdmi_state_helper.c

[PATCH v3 07/15] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-03-26 Thread Cristian Ciocaltea
Try to make use of YUV420 when computing the best output format and RGB cannot be supported for any of the available color depths. Signed-off-by: Cristian Ciocaltea --- drivers/gpu/drm/display/drm_hdmi_state_helper.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/gpu/drm