Re: [PATCH v3 4/7] drm: exynos: dsi: Separate pre_enable, post_disable code

2021-12-14 Thread Jagan Teki
On Mon, Dec 13, 2021 at 3:27 PM Andrzej Hajda wrote: > > > On 12.12.2021 19:14, Jagan Teki wrote: > > Existing driver is calling manual bridge pre_enable, enable, > > disable and post_disable helpers with their enable and > > disable functions. > > > > Separate the enable code with pre_enable and

Re: [PATCH v3 4/7] drm: exynos: dsi: Separate pre_enable, post_disable code

2021-12-13 Thread Andrzej Hajda
On 12.12.2021 19:14, Jagan Teki wrote: Existing driver is calling manual bridge pre_enable, enable, disable and post_disable helpers with their enable and disable functions. Separate the enable code with pre_enable and enable helpers like enable the DSI in pre_enable and set the display in ena

[PATCH v3 4/7] drm: exynos: dsi: Separate pre_enable, post_disable code

2021-12-12 Thread Jagan Teki
Existing driver is calling manual bridge pre_enable, enable, disable and post_disable helpers with their enable and disable functions. Separate the enable code with pre_enable and enable helpers like enable the DSI in pre_enable and set the display in enable. Separate the disable code with disabl