Re: [PATCH v3 12/17] drm/bridge: cdns-dsi: Adjust mode to negative syncs

2025-04-15 Thread Aradhya Bhatia
On 14/04/25 16:41, Tomi Valkeinen wrote: > The Cadence DSI requires negative syncs from the incoming video signal, > but at the moment that requirement is not expressed in any way. If the > crtc decides to use positive syncs, things break down. > > Use the adjusted_mode in atomic_check to set t

[PATCH v3 12/17] drm/bridge: cdns-dsi: Adjust mode to negative syncs

2025-04-14 Thread Tomi Valkeinen
The Cadence DSI requires negative syncs from the incoming video signal, but at the moment that requirement is not expressed in any way. If the crtc decides to use positive syncs, things break down. Use the adjusted_mode in atomic_check to set the sync flags to negative ones. Signed-off-by: Tomi V