Re: [PATCH v2 27/35] drm/bridge: Add encoder parameter to drm_bridge_funcs.attach

2025-02-08 Thread Dmitry Baryshkov
On Tue, Feb 04, 2025 at 03:57:55PM +0100, Maxime Ripard wrote: > The drm_bridge structure contains an encoder pointer that is widely used > by bridge drivers. This pattern is largely documented as deprecated in > other KMS entities for atomic drivers. > > However, one of the main use of that point

[PATCH v2 27/35] drm/bridge: Add encoder parameter to drm_bridge_funcs.attach

2025-02-04 Thread Maxime Ripard
The drm_bridge structure contains an encoder pointer that is widely used by bridge drivers. This pattern is largely documented as deprecated in other KMS entities for atomic drivers. However, one of the main use of that pointer is done in attach to just call drm_bridge_attach on the next bridge to