diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-14 12:04:02 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-14 16:13:00 -0400 |
commit | 2b6efaa47615b29e572d7fc444565db62ca9bcf7 (patch) | |
tree | 931e31f35886c6ce8b0cfbebe1955c55b1fbdd7a /drivers/gpu/drm/i915/intel_ringbuffer.c | |
parent | 890f3359f7b84d7015104360d647ccac5f515542 (diff) |
drm/i915: Remove unused intel_ringbuffer->ring_flag
This can always be re-added should somebody find a use...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c index 1ae2b25bf7e4..11bcfc871a0d 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.c +++ b/drivers/gpu/drm/i915/intel_ringbuffer.c | |||
@@ -805,7 +805,6 @@ struct intel_ring_buffer render_ring = { | |||
805 | .tail = PRB0_TAIL, | 805 | .tail = PRB0_TAIL, |
806 | .start = PRB0_START | 806 | .start = PRB0_START |
807 | }, | 807 | }, |
808 | .ring_flag = I915_EXEC_RENDER, | ||
809 | .size = 32 * PAGE_SIZE, | 808 | .size = 32 * PAGE_SIZE, |
810 | .alignment = PAGE_SIZE, | 809 | .alignment = PAGE_SIZE, |
811 | .virtual_start = NULL, | 810 | .virtual_start = NULL, |
@@ -843,7 +842,6 @@ struct intel_ring_buffer bsd_ring = { | |||
843 | .tail = BSD_RING_TAIL, | 842 | .tail = BSD_RING_TAIL, |
844 | .start = BSD_RING_START | 843 | .start = BSD_RING_START |
845 | }, | 844 | }, |
846 | .ring_flag = I915_EXEC_BSD, | ||
847 | .size = 32 * PAGE_SIZE, | 845 | .size = 32 * PAGE_SIZE, |
848 | .alignment = PAGE_SIZE, | 846 | .alignment = PAGE_SIZE, |
849 | .virtual_start = NULL, | 847 | .virtual_start = NULL, |