summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/armada_drm_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armada_drm_xv.c b/src/armada_drm_xv.c
index 87cc737..22e8700 100644
--- a/src/armada_drm_xv.c
+++ b/src/armada_drm_xv.c
@@ -864,7 +864,7 @@ static Bool armada_drm_check_plane(ScrnInfoPtr pScrn, struct drm_xv *drmxv,
if (!crtc) {
/* Not being displayed on a CRTC */
- armada_drm_plane_StopVideo(pScrn, drmxv, TRUE);
+ armada_drm_plane_StopVideo(pScrn, drmxv, FALSE);
return FALSE;
}