Re: [Freedreno] [v1] drm/msm/disp/dpu1: avoid perf update in frame done event

2021-05-27 Thread Doug Anderson
Hi, On Wed, May 26, 2021 at 10:08 PM Krishna Manikandan wrote: > > Crtc perf update from frame event work can result in > wrong bandwidth and clock update from dpu if the work > is scheduled after the swap state has happened. > > Avoid such issues by moving perf update to complete > commit once

[Freedreno] [v1] drm/msm/disp/dpu1: avoid perf update in frame done event

2021-05-26 Thread Krishna Manikandan
Crtc perf update from frame event work can result in wrong bandwidth and clock update from dpu if the work is scheduled after the swap state has happened. Avoid such issues by moving perf update to complete commit once the frame is accepted by the hardware. Fixes: a29c8c024165