Re: [PATCH v3 10/17] drm/bridge: cdns-dsi: Update htotal in cdns_dsi_mode2cfg()

2025-04-15 Thread Aradhya Bhatia
On 14/04/25 16:41, Tomi Valkeinen wrote: > cdns_dsi_mode2cfg() calculates the dsi timings, but for some reason > doesn't set the htotal based on those timings. It is set only later, in > cdns_dsi_adjust_phy_config(). > > As cdns_dsi_mode2cfg() is the logical place to calculate it, let's move >

[PATCH v3 10/17] drm/bridge: cdns-dsi: Update htotal in cdns_dsi_mode2cfg()

2025-04-14 Thread Tomi Valkeinen
cdns_dsi_mode2cfg() calculates the dsi timings, but for some reason doesn't set the htotal based on those timings. It is set only later, in cdns_dsi_adjust_phy_config(). As cdns_dsi_mode2cfg() is the logical place to calculate it, let's move it there. Especially as the following patch will remove