Re: [PATCH 05/10] drm/msm: convert kms->complete_commit() to crtc_mask

2019-09-03 Thread Sean Paul
On Thu, Aug 29, 2019 at 09:45:13AM -0700, Rob Clark wrote: > From: Rob Clark > > Prep work for async commits, in which case this will be called after we > no longer have the atomic state object. > > This drops some wait_for_vblanks(), but those should be unnecessary, as > we call this after wait

[PATCH 05/10] drm/msm: convert kms->complete_commit() to crtc_mask

2019-08-29 Thread Rob Clark
From: Rob Clark Prep work for async commits, in which case this will be called after we no longer have the atomic state object. This drops some wait_for_vblanks(), but those should be unnecessary, as we call this after waiting for flush to complete. Signed-off-by: Rob Clark --- drivers/gpu/dr