Re: [PATCH v2 08/18] drm/bridge: cdns-dsi: Clean up cdns_dsi_mode2cfg()

2025-04-07 Thread Aradhya Bhatia
On 02/04/25 19:00, Tomi Valkeinen wrote: > Clean up the function a bit, mainly by doing the mode_valid_check dance > once in the beginning of the function, and grouping the calculations > wrt. sync/event mode a bit better. > > Signed-off-by: Tomi Valkeinen > --- > drivers/gpu/drm/bridge/caden

[PATCH v2 08/18] drm/bridge: cdns-dsi: Clean up cdns_dsi_mode2cfg()

2025-04-02 Thread Tomi Valkeinen
Clean up the function a bit, mainly by doing the mode_valid_check dance once in the beginning of the function, and grouping the calculations wrt. sync/event mode a bit better. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c | 48 -- 1 file