aboutsummaryrefslogtreecommitdiffstats
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 {
127#define NOUVEAU_BO_MAP 0x80000000 127#define NOUVEAU_BO_MAP 0x80000000
128#define NOUVEAU_BO_CONTIG 0x40000000 128#define NOUVEAU_BO_CONTIG 0x40000000
129#define NOUVEAU_BO_NOSNOOP 0x20000000 129#define NOUVEAU_BO_NOSNOOP 0x20000000
130#define NOUVEAU_BO_COHERENT 0x10000000
130 131
131struct nouveau_bo { 132struct nouveau_bo {
132 struct nouveau_device *device; 133 struct nouveau_device *device;