Re: [PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops

2025-06-03 Thread Tomi Valkeinen
Hi Maxime, Maarten, Thomas, (You're the first three names returned with get_maintainers.pl =), so:) Ping on this. Tomi On 26/05/2025 13:40, Tomi Valkeinen wrote: > Hi Maxime, Maarten, Thomas, > > On 16/05/2025 15:23, Tomi Valkeinen wrote: >> Hi all, >> >> On 06/04/2025 16:16, Aradhya Bhatia w

Re: [PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops

2025-05-26 Thread Tomi Valkeinen
Hi Maxime, Maarten, Thomas, On 16/05/2025 15:23, Tomi Valkeinen wrote: > Hi all, > > On 06/04/2025 16:16, Aradhya Bhatia wrote: >> Hello all, >> >> This series re-orders the sequences in which the drm CRTC and the drm >> Bridge get enabled and disabled with respect to each other. >> >> The bridge

Re: [PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops

2025-05-16 Thread Tomi Valkeinen
Hi all, On 06/04/2025 16:16, Aradhya Bhatia wrote: Hello all, This series re-orders the sequences in which the drm CRTC and the drm Bridge get enabled and disabled with respect to each other. The bridge pre_enable calls have been shifted before the crtc_enable and the bridge post_disable calls

[PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops

2025-04-06 Thread Aradhya Bhatia
Hello all, This series re-orders the sequences in which the drm CRTC and the drm Bridge get enabled and disabled with respect to each other. The bridge pre_enable calls have been shifted before the crtc_enable and the bridge post_disable calls have been shifted after the crtc_disable. This has b