Re: [PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-05-15 Thread Maxime Ripard
On Thu, May 15, 2025 at 03:44:18PM +0300, Cristian Ciocaltea wrote: > Hi Maxime, > > On 5/13/25 4:35 PM, Maxime Ripard wrote: > > Hi, > > > > On Fri, Apr 25, 2025 at 01:26:57PM +0300, Cristian Ciocaltea wrote: > >> Try to make use of YUV420 when computing the best output format and > >> RGB canno

Re: [PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-05-15 Thread Cristian Ciocaltea
Hi Maxime, On 5/13/25 4:35 PM, Maxime Ripard wrote: > Hi, > > On Fri, Apr 25, 2025 at 01:26:57PM +0300, 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

Re: [PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-05-13 Thread Maxime Ripard
Hi, On Fri, Apr 25, 2025 at 01:26:57PM +0300, 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_hel

[PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback

2025-04-25 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 | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-)