Re: [PATCH] drm/bridge: samsung-dsim: Fix init order

2025-06-23 Thread Francesco Dolcini
On Mon, Jun 23, 2025 at 11:34:34AM +0200, Marek Szyprowski wrote: > On 19.06.2025 14:27, Tomi Valkeinen wrote: > > The commit c9b1150a68d9 ("drm/atomic-helper: Re-order bridge chain > > pre-enable and post-disable") changed the order of enable/disable calls. > > Previously the calls (on imx8mm) wer

Re: [PATCH] drm/bridge: samsung-dsim: Fix init order

2025-06-23 Thread Marek Szyprowski
On 19.06.2025 14:27, Tomi Valkeinen wrote: > The commit c9b1150a68d9 ("drm/atomic-helper: Re-order bridge chain > pre-enable and post-disable") changed the order of enable/disable calls. > Previously the calls (on imx8mm) were: > > mxsfb_crtc_atomic_enable() > samsung_dsim_atomic_pre_enable() > sam

Re: [PATCH] drm/bridge: samsung-dsim: Fix init order

2025-06-20 Thread Hiago De Franco
On Thu, Jun 19, 2025 at 03:27:18PM +0300, Tomi Valkeinen wrote: > The commit c9b1150a68d9 ("drm/atomic-helper: Re-order bridge chain > pre-enable and post-disable") changed the order of enable/disable calls. > Previously the calls (on imx8mm) were: > > mxsfb_crtc_atomic_enable() > samsung_dsim_ato

[PATCH] drm/bridge: samsung-dsim: Fix init order

2025-06-19 Thread Tomi Valkeinen
The commit c9b1150a68d9 ("drm/atomic-helper: Re-order bridge chain pre-enable and post-disable") changed the order of enable/disable calls. Previously the calls (on imx8mm) were: mxsfb_crtc_atomic_enable() samsung_dsim_atomic_pre_enable() samsung_dsim_atomic_enable() now the order is: samsung_ds