summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2015-01-28 18:11:24 +0900
committerJames Thomas <james.thomas@codethink.co.uk>2015-04-14 10:43:28 +0100
commita6df05fd37874251833bd6f18404cd2efaa62603 (patch)
treec2cda3b82e787159e868641957dbd0e8bd12f9bf
parent9a2885493647864acfc0737a3c08b28ecfb3e6b7 (diff)
downloadlinux-a6df05fd37874251833bd6f18404cd2efaa62603.tar.gz
[HACK] Add required flagbaserock/tegra/4.0-with-cpufreq-gpu
-rw-r--r--include/uapi/drm/nouveau_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h
index 0d7608dc1a34..5507eead5863 100644
--- a/include/uapi/drm/nouveau_drm.h
+++ b/include/uapi/drm/nouveau_drm.h
@@ -39,6 +39,7 @@
#define NOUVEAU_GEM_DOMAIN_VRAM (1 << 1)
#define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
#define NOUVEAU_GEM_DOMAIN_MAPPABLE (1 << 3)
+#define NOUVEAU_GEM_DOMAIN_COHERENT (1 << 4)
#define NOUVEAU_GEM_TILE_COMP 0x00030000 /* nv50-only */
#define NOUVEAU_GEM_TILE_LAYOUT_MASK 0x0000ff00