summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_dri3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_dri3.c b/src/radeon_dri3.c
index 688e594e..7e89a2f0 100644
--- a/src/radeon_dri3.c
+++ b/src/radeon_dri3.c
@@ -169,6 +169,7 @@ static PixmapPtr radeon_dri3_pixmap_from_fd(ScreenPtr screen,
if (priv) {
radeon_set_pixmap_private(pixmap, priv);
+ pixmap->usage_hint |= RADEON_CREATE_PIXMAP_DRI2;
return pixmap;
}