Merge "disp: msm: remove unnecessary vblank get and put"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
a990883c59
@@ -175,12 +175,7 @@ static void msm_atomic_wait_for_commit_done(
|
|||||||
if (!new_crtc_state->active)
|
if (!new_crtc_state->active)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (drm_crtc_vblank_get(crtc))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
kms->funcs->wait_for_crtc_commit_done(kms, crtc);
|
kms->funcs->wait_for_crtc_commit_done(kms, crtc);
|
||||||
|
|
||||||
drm_crtc_vblank_put(crtc);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user