Re: [Freedreno] [PATCH v9 08/15] drm/bridge: add psr support for panel bridge callbacks

2023-01-05 Thread Dmitry Baryshkov
On 05/01/2023 15:11, Daniel Vetter wrote: On Wed, Dec 14, 2022 at 03:35:45PM +0530, Vinod Polimera wrote: This change will handle the psr entry exit cases in the panel bridge atomic callback functions. For example, the panel power should not turn off if the panel is entering psr.

Re: [Freedreno] [PATCH v9 08/15] drm/bridge: add psr support for panel bridge callbacks

2023-01-05 Thread Daniel Vetter
On Wed, Dec 14, 2022 at 03:35:45PM +0530, Vinod Polimera wrote: > This change will handle the psr entry exit cases in the panel > bridge atomic callback functions. For example, the panel power > should not turn off if the panel is entering psr. > > Signed-off-by: Sankeerth Billakanti >