Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Jagan Teki
On Tue, May 16, 2023 at 2:04 PM Marek Vasut wrote: > > On 5/16/23 10:25, Jagan Teki wrote: > > On Tue, May 16, 2023 at 1:47 PM Marek Vasut wrote: > >> > >> On 5/16/23 10:12, Jagan Teki wrote: > >>> Hi Marek and Neil, > >>> > >>> On Sun, May 14, 2023 at 1:40 AM Marek Vasut wrote: > > Th

Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Marek Vasut
On 5/16/23 10:25, Jagan Teki wrote: On Tue, May 16, 2023 at 1:47 PM Marek Vasut wrote: On 5/16/23 10:12, Jagan Teki wrote: Hi Marek and Neil, On Sun, May 14, 2023 at 1:40 AM Marek Vasut wrote: This panel_bridge post_disable callback is called from the bridge chain now, so drop the explici

Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Jagan Teki
On Tue, May 16, 2023 at 1:47 PM Marek Vasut wrote: > > On 5/16/23 10:12, Jagan Teki wrote: > > Hi Marek and Neil, > > > > On Sun, May 14, 2023 at 1:40 AM Marek Vasut wrote: > >> > >> This panel_bridge post_disable callback is called from the bridge chain > >> now, > >> so drop the explicit call

Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Marek Vasut
On 5/16/23 10:12, Jagan Teki wrote: Hi Marek and Neil, On Sun, May 14, 2023 at 1:40 AM Marek Vasut wrote: This panel_bridge post_disable callback is called from the bridge chain now, so drop the explicit call here. This fixes call imbalance, where this driver does not call ->pre_enable, but d

Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Jagan Teki
Hi Marek and Neil, On Sun, May 14, 2023 at 1:40 AM Marek Vasut wrote: > > This panel_bridge post_disable callback is called from the bridge chain now, > so drop the explicit call here. This fixes call imbalance, where this driver > does not call ->pre_enable, but does call ->post_disable . In cas

Re: [PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-16 Thread Neil Armstrong
On 13/05/2023 22:10, Marek Vasut wrote: This panel_bridge post_disable callback is called from the bridge chain now, so drop the explicit call here. This fixes call imbalance, where this driver does not call ->pre_enable, but does call ->post_disable . In case either of the two callbacks implemen

[PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-13 Thread Marek Vasut
This panel_bridge post_disable callback is called from the bridge chain now, so drop the explicit call here. This fixes call imbalance, where this driver does not call ->pre_enable, but does call ->post_disable . In case either of the two callbacks implemented in one of the panel or bridge drivers