Re: [PATCH v1 0/3] Fixes for PSR

2023-04-05 Thread Dmitry Baryshkov
On Fri, 31 Mar 2023 19:28:31 +0530, Vinod Polimera wrote: > while in virtual terminal with PSR enabled, there will be > no atomic commits triggered resulting in no screen update. > Update the dirtyfb flag into plane state during atomic check > to flush the pixel data explicitly. > > Avoid schedu

[PATCH v1 0/3] Fixes for PSR

2023-03-31 Thread Vinod Polimera
while in virtual terminal with PSR enabled, there will be no atomic commits triggered resulting in no screen update. Update the dirtyfb flag into plane state during atomic check to flush the pixel data explicitly. Avoid scheduling PSR commits from different work queues while running in PSR mode a