Re: [PATCH v2 10/18] drm/bridge: cdns-dsi: Fix event mode

2025-04-11 Thread Jayesh Choudhary
Hello Tomi, On 02/04/25 19:00, 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. Signed-off-by: Tomi Valkeinen Reviewed-by: Jayesh Choudhary --- drivers/

[PATCH v2 10/18] drm/bridge: cdns-dsi: Fix event mode

2025-04-02 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. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c | 33 ++ 1 file changed, 23 i