diff options
-rw-r--r-- | drivers/gpu/drm/drm_plane_helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c index 40c1db9ad7c3..2f0ed11024eb 100644 --- a/drivers/gpu/drm/drm_plane_helper.c +++ b/drivers/gpu/drm/drm_plane_helper.c | |||
@@ -465,6 +465,9 @@ int drm_plane_helper_commit(struct drm_plane *plane, | |||
465 | if (!crtc[i]) | 465 | if (!crtc[i]) |
466 | continue; | 466 | continue; |
467 | 467 | ||
468 | if (crtc[i]->cursor == plane) | ||
469 | continue; | ||
470 | |||
468 | /* There's no other way to figure out whether the crtc is running. */ | 471 | /* There's no other way to figure out whether the crtc is running. */ |
469 | ret = drm_crtc_vblank_get(crtc[i]); | 472 | ret = drm_crtc_vblank_get(crtc[i]); |
470 | if (ret == 0) { | 473 | if (ret == 0) { |