drm/msm/dpu: async commit support
In addition, moving to kms->flush_commit() lets us drop the only user of kms->commit(). Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Sean Paul <sean@poorly.run>
This commit is contained in:
@@ -210,10 +210,7 @@ void msm_atomic_commit_tail(struct drm_atomic_state *state)
|
||||
/*
|
||||
* Flush hardware updates:
|
||||
*/
|
||||
if (kms->funcs->commit) {
|
||||
DRM_DEBUG_ATOMIC("triggering commit\n");
|
||||
kms->funcs->commit(kms, state);
|
||||
}
|
||||
DRM_DEBUG_ATOMIC("triggering commit\n");
|
||||
kms->funcs->flush_commit(kms, crtc_mask);
|
||||
mutex_unlock(&kms->commit_lock);
|
||||
|
||||
|
Reference in New Issue
Block a user