From 0288a4b87b65ba54f37fbeeea3cb32238deee92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 19 Aug 2015 16:54:14 +0900 Subject: DRI2: Keep MSC monotonic when moving window between CRTCs This mirrors the DRI3 implementation in xserver. Fixes VDPAU video playback hanging when moving the window between CRTCs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66384 (Ported from amdgpu commit 63948ea091a9b324327ade7ec4fc5d67ca7e6f6f) Reviewed-by: Alex Deucher --- src/radeon_video.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/radeon_video.h') diff --git a/src/radeon_video.h b/src/radeon_video.h index 2a092954..e6068e86 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -101,6 +101,5 @@ RADEONCopyMungedData(ScrnInfoPtr pScrn, unsigned int dstPitch, unsigned int h, unsigned int w); Bool radeon_crtc_is_enabled(xf86CrtcPtr crtc); -uint32_t radeon_get_interpolated_vblanks(xf86CrtcPtr crtc); #endif -- cgit v1.2.3