Re: [PATCH 10/18] drm/vc4: hdmi: Convert to bridge

2021-04-12 Thread Thomas Zimmermann
Am 17.03.21 um 16:43 schrieb Maxime Ripard: Converting the HDMI controller to a bridge seems like the preferred way to support an YUV output, so let's do this. Signed-off-by: Maxime Ripard Acked-by: Thomas Zimmermann --- drivers/gpu/drm/vc4/vc4_crtc.c | 37 ++- drivers/gpu/dr

[PATCH 10/18] drm/vc4: hdmi: Convert to bridge

2021-03-17 Thread Maxime Ripard
Converting the HDMI controller to a bridge seems like the preferred way to support an YUV output, so let's do this. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_crtc.c | 37 ++- drivers/gpu/drm/vc4/vc4_drv.c | 15 +++-- drivers/gpu/drm/vc4/vc4_drv.h | 27 +--- driver