Re: [PATCH v3 02/15] drm/connector: hdmi: Add support for YUV420 format verification

2025-04-10 Thread Maxime Ripard
On Wed, 26 Mar 2025 12:19:51 +0200, Cristian Ciocaltea wrote: > Provide the necessary constraints verification in > sink_supports_format_bpc() in order to support handling of YUV420 > output format. > > Signed-off-by: Cristian Ciocaltea > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime

[PATCH v3 02/15] drm/connector: hdmi: Add support for YUV420 format verification

2025-03-26 Thread Cristian Ciocaltea
Provide the necessary constraints verification in sink_supports_format_bpc() in order to support handling of YUV420 output format. Signed-off-by: Cristian Ciocaltea --- drivers/gpu/drm/display/drm_hdmi_state_helper.c | 39 +++-- 1 file changed, 36 insertions(+), 3 deletions(-