diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index 847aea554464..2ecb41788fb6 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h | |||
@@ -149,16 +149,6 @@ struct intel_ring { | |||
149 | int space; | 149 | int space; |
150 | int size; | 150 | int size; |
151 | int effective_size; | 151 | int effective_size; |
152 | |||
153 | /** We track the position of the requests in the ring buffer, and | ||
154 | * when each is retired we increment last_retired_head as the GPU | ||
155 | * must have finished processing the request and so we know we | ||
156 | * can advance the ringbuffer up to that position. | ||
157 | * | ||
158 | * last_retired_head is set to -1 after the value is consumed so | ||
159 | * we can detect new retirements. | ||
160 | */ | ||
161 | u32 last_retired_head; | ||
162 | }; | 152 | }; |
163 | 153 | ||
164 | struct i915_gem_context; | 154 | struct i915_gem_context; |