Re: [PATCH] drm/msm: dpu: Don't set frame_busy_mask for async updates

2019-02-05 Thread Fritz Koenig
On Wed, Jan 30, 2019 at 8:32 AM Sean Paul wrote: > > From: Sean Paul > > The frame_busy mask is used in frame_done event handling, which is not > invoked for async commits. So an async commit will leave the > frame_busy mask populated after it completes and future commits will start > with the bu

[PATCH] drm/msm: dpu: Don't set frame_busy_mask for async updates

2019-01-30 Thread Sean Paul
From: Sean Paul The frame_busy mask is used in frame_done event handling, which is not invoked for async commits. So an async commit will leave the frame_busy mask populated after it completes and future commits will start with the busy mask incorrect. This showed up on disable after cursor move