Re: [PATCH v4 15/17] drm/bridge: cdns-dsi: Fix event mode

2025-06-24 Thread Jayesh Choudhary
Hello Tomi, On 18/06/25 15:29, Tomi Valkeinen wrote: The timings calculation gets it wrong for DSI event mode, resulting in too large hbp value. Fix the issue by taking into account the pulse/event mode difference. Tested-by: Parth Pancholi Signed-off-by: Tomi Valkeinen Reviewed-by: Jayesh

[PATCH v4 15/17] drm/bridge: cdns-dsi: Fix event mode

2025-06-18 Thread Tomi Valkeinen
The timings calculation gets it wrong for DSI event mode, resulting in too large hbp value. Fix the issue by taking into account the pulse/event mode difference. Tested-by: Parth Pancholi Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c | 31 +