aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/drm/i915_drm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index af3ce174..725a8dec 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -33,6 +33,7 @@
33 * subject to backwards-compatibility constraints. 33 * subject to backwards-compatibility constraints.
34 */ 34 */
35 35
36
36/* Each region is a minimum of 16k, and there are at most 255 of them. 37/* Each region is a minimum of 16k, and there are at most 255 of them.
37 */ 38 */
38#define I915_NR_TEX_REGIONS 255 /* table size 2k - maximum due to use 39#define I915_NR_TEX_REGIONS 255 /* table size 2k - maximum due to use
@@ -287,7 +288,8 @@ typedef struct drm_i915_irq_wait {
287#define I915_PARAM_HAS_EXEC_CONSTANTS 14 288#define I915_PARAM_HAS_EXEC_CONSTANTS 14
288#define I915_PARAM_HAS_RELAXED_DELTA 15 289#define I915_PARAM_HAS_RELAXED_DELTA 15
289#define I915_PARAM_HAS_GEN7_SOL_RESET 16 290#define I915_PARAM_HAS_GEN7_SOL_RESET 16
290#define I915_PARAM_HAS_LLC 17 291#define I915_PARAM_HAS_LLC 17
292#define I915_PARAM_HAS_ALIASING_PPGTT 18
291 293
292typedef struct drm_i915_getparam { 294typedef struct drm_i915_getparam {
293 int param; 295 int param;