Re: [PATCH] drm/panel/panel-sitronix-st7701: Move init sequence from prepare() to enable()

2023-08-27 Thread Mimoja
I appreciate you taking the time to respond! On 26.08.23 17:18, Marek Vasut wrote: On 8/26/23 11:55, Mimoja wrote: "The .prepare() function is typically called before the display controller starts to transmit video data." and "After the display controller has started transmit

[PATCH] drm/panel/panel-sitronix-st7701: Move init sequence from prepare() to enable()

2023-08-27 Thread Mimoja
issue can also be seen on downstream imx8m* kernels. By moving the init sequence into the enable function we not only circumvent the issue but also properly soft-reset the panel on enable(). Signed-off-by: Mimoja Cc: Marek Vasut Cc: Guido Günther Cc: Jagan Teki Cc: Laurent Pinchart Cc: Linus

Re: [PATCH] drm/panel/panel-sitronix-st7701: Move init sequence from prepare() to enable()

2023-09-03 Thread Mimoja
On 29.08.23 16:35, Jagan Teki wrote: On Sun, Aug 27, 2023 at 12:03 AM Mimoja wrote: I appreciate you taking the time to respond! On 26.08.23 17:18, Marek Vasut wrote: On 8/26/23 11:55, Mimoja wrote: "The .prepare() function is typically called before the display controller star