summaryrefslogtreecommitdiff
path: root/nouveau/nouveau.h
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau.h')
-rw-r--r--nouveau/nouveau.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/nouveau.h b/nouveau/nouveau.h
index a55e2b02..4adda0e3 100644
--- a/nouveau/nouveau.h
+++ b/nouveau/nouveau.h
@@ -127,6 +127,7 @@ union nouveau_bo_config {
#define NOUVEAU_BO_MAP 0x80000000
#define NOUVEAU_BO_CONTIG 0x40000000
#define NOUVEAU_BO_NOSNOOP 0x20000000
+#define NOUVEAU_BO_COHERENT 0x10000000
struct nouveau_bo {
struct nouveau_device *device;