summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h
index 302fc646..8c3cd646 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -466,6 +466,7 @@ struct drm_i915_gem_relocation_entry {
#define DRM_GEM_DOMAIN_I915_COMMAND 0x00000008 /* Command queue, used to load batch buffers */
#define DRM_GEM_DOMAIN_I915_INSTRUCTION 0x00000010 /* Instruction cache, used by shader programs */
#define DRM_GEM_DOMAIN_I915_STOLEN 0x00000020 /* Stolen memory, needed by some objects */
+#define DRM_GEM_DOMAIN_I915_VERTEX 0x00000040 /* Vertex address cache */
struct drm_i915_gem_validate_entry {
/**