[Intel-gfx] [PATCH 1/2] intel: Add missing I915_PARAM_HAS_COHERENT_PHYS_GTT
Rodrigo Vivi
rodrigo.vivi at intel.com
Tue Dec 2 10:38:37 PST 2014
Althogh it might not been used here it is good to keep synchrony with current
upstream i915 parameter defines.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
include/drm/i915_drm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 15dd01d..9179500 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -340,6 +340,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_HAS_EXEC_HANDLE_LUT 26
#define I915_PARAM_HAS_WT 27
#define I915_PARAM_CMD_PARSER_VERSION 28
+#define I915_PARAM_HAS_COHERENT_PHYS_GTT 29
typedef struct drm_i915_getparam {
int param;
--
1.9.3
More information about the Intel-gfx
mailing list