Re: [PATCH v3 2/3] drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()

2021-04-30 Thread Neil Armstrong
On 23/04/2021 11:26, Liu Ying wrote: > The check on unchanged HS clock rate in ->mode_set() improves > the callback's performance a bit by early return. However, > the up-coming patch would get MIPI DSI controller and PHY ready > in ->mode_set() after that check, thus likely skipped. > So, this pa

[PATCH v3 2/3] drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()

2021-04-23 Thread Liu Ying
The check on unchanged HS clock rate in ->mode_set() improves the callback's performance a bit by early return. However, the up-coming patch would get MIPI DSI controller and PHY ready in ->mode_set() after that check, thus likely skipped. So, this patch removes that check to make sure MIPI DSI co