Re: [PATCH v6 05/10] drm/display: add CEC helpers code

2025-05-19 Thread Maxime Ripard
On Sat, 17 May 2025 04:59:41 +0300, Dmitry Baryshkov wrote: > Add generic CEC helpers to be used by HDMI drivers. Both notifier and > and adapter are supported for registration. Once registered, the driver > can call common set of functions to update physical address, to > invalidate it or to unreg

[PATCH v6 05/10] drm/display: add CEC helpers code

2025-05-16 Thread Dmitry Baryshkov
Add generic CEC helpers to be used by HDMI drivers. Both notifier and and adapter are supported for registration. Once registered, the driver can call common set of functions to update physical address, to invalidate it or to unregister CEC data. Unlike drm_connector_cec_funcs (which provides inter