Re: [PATCH v5 11/13] drm/atomic-helper: Separate out Encoder-Bridge enable and disable

2024-10-20 Thread Dmitry Baryshkov
On Sun, Oct 20, 2024 at 01:35:28AM +0530, Aradhya Bhatia wrote: > From: Aradhya Bhatia > > The way any singular display pipeline, in need of a modeset, gets > enabled is as follows - > > CRTC Enable > All Bridge Pre-Enable > Encoder Enable > All Bridge Enable > > - and t

[PATCH v5 11/13] drm/atomic-helper: Separate out Encoder-Bridge enable and disable

2024-10-19 Thread Aradhya Bhatia
From: Aradhya Bhatia The way any singular display pipeline, in need of a modeset, gets enabled is as follows - CRTC Enable All Bridge Pre-Enable Encoder Enable All Bridge Enable - and the disable path is exactly the reverse of this. The CRTC enable/disable occur