aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-07-20 07:41:03 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-07-25 12:23:53 -0400
commit69c2fc891343cb5217c866d10709343cff190bdc (patch)
treee656c584f732c1cf1b3fc709ba54ff216565f985 /drivers/gpu/drm/i915/intel_ringbuffer.h
parent65ce3027415d4dc9ee18ef0a135214b4fb76730b (diff)
drm/i915: Remove the per-ring write list
This is now handled by a global flag to ensure we emit a flush before the next serialisation point (if we failed to queue one previously). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
-rw-r--r--drivers/gpu/drm/i915/intel_ringbuffer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h
index 1d3c81fdad92..7986f3001cf0 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.h
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.h
@@ -101,15 +101,6 @@ struct intel_ring_buffer {
101 struct list_head request_list; 101 struct list_head request_list;
102 102
103 /** 103 /**
104 * List of objects currently pending a GPU write flush.
105 *
106 * All elements on this list will belong to either the
107 * active_list or flushing_list, last_rendering_seqno can
108 * be used to differentiate between the two elements.
109 */
110 struct list_head gpu_write_list;
111
112 /**
113 * Do we have some not yet emitted requests outstanding? 104 * Do we have some not yet emitted requests outstanding?
114 */ 105 */
115 u32 outstanding_lazy_request; 106 u32 outstanding_lazy_request;