Re: [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-05-19 Thread Dmitry Baryshkov
On 03/04/2023 19:11, Dmitry Baryshkov wrote: On Mon, 3 Apr 2023 at 15:01, Vinod Polimera wrote: On Fri, 31 Mar 2023 at 16:59, Vinod Polimera wrote: In certain CPU stress conditions, there can be a delay in scheduling commit work and it was observed that PSR commit from a different work que

Re: [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-04-03 Thread Dmitry Baryshkov
On Mon, 3 Apr 2023 at 15:01, Vinod Polimera wrote: > > > On Fri, 31 Mar 2023 at 16:59, Vinod Polimera > > wrote: > > > > > > In certain CPU stress conditions, there can be a delay in scheduling > > > commit > > > work and it was observed that PSR commit from a different work queue > > was > > >

Re: [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-04-03 Thread Dmitry Baryshkov
On 31/03/2023 16:58, Vinod Polimera wrote: In certain CPU stress conditions, there can be a delay in scheduling commit work and it was observed that PSR commit from a different work queue was scheduled. Avoid these commits as display is already in PSR mode. Signed-off-by: Vinod Polimera --- d

RE: [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-04-03 Thread Vinod Polimera
> On Fri, 31 Mar 2023 at 16:59, Vinod Polimera > wrote: > > > > In certain CPU stress conditions, there can be a delay in scheduling commit > > work and it was observed that PSR commit from a different work queue > was > > scheduled. Avoid these commits as display is already in PSR mode. > > > > S

Re: [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-03-31 Thread Dmitry Baryshkov
On Fri, 31 Mar 2023 at 16:59, Vinod Polimera wrote: > > In certain CPU stress conditions, there can be a delay in scheduling commit > work and it was observed that PSR commit from a different work queue was > scheduled. Avoid these commits as display is already in PSR mode. > > Signed-off-by: Vino

[PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

2023-03-31 Thread Vinod Polimera
In certain CPU stress conditions, there can be a delay in scheduling commit work and it was observed that PSR commit from a different work queue was  scheduled. Avoid these commits as display is already in PSR mode. Signed-off-by: Vinod Polimera --- drivers/gpu/drm/msm/msm_atomic.c | 3 +++ 1 fi