Re: [PATCH v6 07/10] drm/vc4: hdmi: switch to generic CEC helpers

2025-05-19 Thread Maxime Ripard
On Sat, 17 May 2025 04:59:43 +0300, Dmitry Baryshkov wrote: > Switch VC4 driver to using CEC helpers code, simplifying hotplug and > registration / cleanup. The existing vc4_hdmi_cec_release() is kept for > now. > > Signed-off-by: Dmitry Baryshkov > > [ ... ] Reviewed-by: Maxime Ripard Thanks

[PATCH v6 07/10] drm/vc4: hdmi: switch to generic CEC helpers

2025-05-16 Thread Dmitry Baryshkov
Switch VC4 driver to using CEC helpers code, simplifying hotplug and registration / cleanup. The existing vc4_hdmi_cec_release() is kept for now. Signed-off-by: Dmitry Baryshkov Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/vc4/Kconfig| 1 + drivers/gpu/drm/vc4/vc4_hdmi.c | 137