diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-05 05:43:39 -0500 |
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-05 05:43:39 -0500 |
| commit | 5aa7d52aebfc11760bbc5b081ed621227bb77981 (patch) | |
| tree | 1bb2542ff9f8f58599325a68f3861f80be27bf26 /include/drm | |
| parent | 382ab78c0e4866eb9a812e9ba20d0f876d9634d6 (diff) | |
| parent | bbf0c6b3620b3872929ef7d3c392ce436889110f (diff) | |
Merge branch 'drm-intel-fixes' into drm-intel-next
Immediate merge for the conflicting introduction of HAS_COHERENT_RINGS.
Conflicts:
drivers/gpu/drm/i915/i915_dma.c
include/drm/i915_drm.h
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/i915_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h index b20dbb2d7174..a2776e2807a4 100644 --- a/include/drm/i915_drm.h +++ b/include/drm/i915_drm.h | |||
| @@ -288,6 +288,7 @@ typedef struct drm_i915_irq_wait { | |||
| 288 | #define I915_PARAM_HAS_BSD 10 | 288 | #define I915_PARAM_HAS_BSD 10 |
| 289 | #define I915_PARAM_HAS_BLT 11 | 289 | #define I915_PARAM_HAS_BLT 11 |
| 290 | #define I915_PARAM_HAS_RELAXED_FENCING 12 | 290 | #define I915_PARAM_HAS_RELAXED_FENCING 12 |
| 291 | #define I915_PARAM_HAS_COHERENT_RINGS 13 | ||
| 291 | 292 | ||
| 292 | typedef struct drm_i915_getparam { | 293 | typedef struct drm_i915_getparam { |
| 293 | int param; | 294 | int param; |
