Re: [PATCH 27/29] drm/bridge: tc358775: Switch to atomic commit

2025-01-15 Thread Dmitry Baryshkov
On Wed, Jan 15, 2025 at 10:05:34PM +0100, Maxime Ripard wrote: > The tc358775 driver follows the drm_encoder->crtc pointer that is > deprecated and shouldn't be used by atomic drivers. > > This was due to the fact that we did't have any other alternative to > retrieve the CRTC pointer. Fortunately

[PATCH 27/29] drm/bridge: tc358775: Switch to atomic commit

2025-01-15 Thread Maxime Ripard
The tc358775 driver follows the drm_encoder->crtc pointer that is deprecated and shouldn't be used by atomic drivers. This was due to the fact that we did't have any other alternative to retrieve the CRTC pointer. Fortunately, the crtc pointer is now provided in the bridge state, so we can move to