Re: [PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec

2021-06-23 Thread Maxime Ripard
On Tue, Jun 01, 2021 at 11:26:24AM +0200, nicolas saenz julienne wrote: > On Tue, 2021-05-25 at 15:23 +0200, Maxime Ripard wrote: > > The hdmi-codec brings a lot of advanced features, including the HDMI > > channel mapping. Let's use it in our driver instead of our own codec. > > > > Signed-off-by

Re: [PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec

2021-06-01 Thread nicolas saenz julienne
On Tue, 2021-05-25 at 15:23 +0200, Maxime Ripard wrote: > The hdmi-codec brings a lot of advanced features, including the HDMI > channel mapping. Let's use it in our driver instead of our own codec. > > Signed-off-by: Maxime Ripard > --- Reviewed-by: Nicolas Saenz Julienne Regards, Nicolas

[PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec

2021-05-25 Thread Maxime Ripard
The hdmi-codec brings a lot of advanced features, including the HDMI channel mapping. Let's use it in our driver instead of our own codec. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/Kconfig| 1 + drivers/gpu/drm/vc4/vc4_hdmi.c | 243 +++-- drivers/gpu/