Re: [PATCH v6 06/10] drm/display/hdmi: implement hotplug functions

2024-12-16 Thread Dmitry Baryshkov
On Mon, Dec 16, 2024 at 06:20:04PM +0100, Maxime Ripard wrote: > On Fri, Dec 06, 2024 at 12:16:00PM +0200, Dmitry Baryshkov wrote: > > The HDMI Connectors need to perform a variety of tasks when the HDMI > > connector state changes. Such tasks include setting or invalidating CEC > > address, notify

Re: [PATCH v6 06/10] drm/display/hdmi: implement hotplug functions

2024-12-16 Thread Maxime Ripard
On Fri, Dec 06, 2024 at 12:16:00PM +0200, Dmitry Baryshkov wrote: > The HDMI Connectors need to perform a variety of tasks when the HDMI > connector state changes. Such tasks include setting or invalidating CEC > address, notifying HDMI codec driver, updating scrambler data, etc. > > Implementing

[PATCH v6 06/10] drm/display/hdmi: implement hotplug functions

2024-12-06 Thread Dmitry Baryshkov
The HDMI Connectors need to perform a variety of tasks when the HDMI connector state changes. Such tasks include setting or invalidating CEC address, notifying HDMI codec driver, updating scrambler data, etc. Implementing such tasks in a driver-specific callbacks is error prone. Start implementing