From 84cab5738a315e9825bd0864c4f0fc5b03eb81a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 19 Nov 2015 16:44:22 +0900 Subject: glamor: Restore all ScreenRec hooks during CloseScreen (ported from radeon commit 535e5438b2c32f774b9c8c27ee0289b4749548ef) Reviewed-by: Alex Deucher --- src/amdgpu_pixmap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/amdgpu_pixmap.h') diff --git a/src/amdgpu_pixmap.h b/src/amdgpu_pixmap.h index a8f204f..7e0e449 100644 --- a/src/amdgpu_pixmap.h +++ b/src/amdgpu_pixmap.h @@ -56,10 +56,6 @@ static inline void amdgpu_set_pixmap_private(PixmapPtr pixmap, dixSetPrivate(&pixmap->devPrivates, &amdgpu_pixmap_index, priv); } -#if XF86_CRTC_VERSION >= 5 -#define AMDGPU_PIXMAP_SHARING 1 -#endif - static inline void amdgpu_set_pixmap_bo(PixmapPtr pPix, struct amdgpu_buffer *bo) { struct amdgpu_pixmap *priv; -- cgit v1.2.3