Re: [PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework

2024-12-16 Thread Dmitry Baryshkov
On Mon, Dec 16, 2024 at 06:14:43PM +0100, Maxime Ripard wrote: > On Fri, Dec 06, 2024 at 12:15:58PM +0200, Dmitry Baryshkov wrote: > > Add necessary glue code to be able to use new HDMI codec framework from > > the DRM bridge drivers. The drm_bridge implements a limited set of the > > hdmi_codec_op

Re: [PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework

2024-12-16 Thread Maxime Ripard
On Fri, Dec 06, 2024 at 12:15:58PM +0200, Dmitry Baryshkov wrote: > Add necessary glue code to be able to use new HDMI codec framework from > the DRM bridge drivers. The drm_bridge implements a limited set of the > hdmi_codec_ops interface, with the functions accepting both > drm_connector and drm_

[PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework

2024-12-06 Thread Dmitry Baryshkov
Add necessary glue code to be able to use new HDMI codec framework from the DRM bridge drivers. The drm_bridge implements a limited set of the hdmi_codec_ops interface, with the functions accepting both drm_connector and drm_bridge instead of just a generic void pointer. This framework is integrat