summaryrefslogtreecommitdiff
path: root/linux/mga_drm_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mga_drm_public.h')
-rw-r--r--linux/mga_drm_public.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/mga_drm_public.h b/linux/mga_drm_public.h
index cded9314..01e76e1a 100644
--- a/linux/mga_drm_public.h
+++ b/linux/mga_drm_public.h
@@ -156,7 +156,8 @@ typedef struct _xf86drmClipRectRec {
#define MGA_UPLOAD_2D 0x40
#define MGA_REQUIRE_QUIESCENT 0x80 /* handled client-side */
#define MGA_UPLOAD_CLIPRECTS 0x100
-
+#define MGA_DMA_FLUSH 0x200
+/* dirty flag when someone gets the lock quiescent */
#define MGA_DMA_BUF_ORDER 16
#define MGA_DMA_BUF_SZ (1<<MGA_DMA_BUF_ORDER)