diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index e539314ae87e..4be66f60504d 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h | |||
| @@ -275,6 +275,13 @@ struct intel_engine_cs { | |||
| 275 | * Do we have some not yet emitted requests outstanding? | 275 | * Do we have some not yet emitted requests outstanding? |
| 276 | */ | 276 | */ |
| 277 | struct drm_i915_gem_request *outstanding_lazy_request; | 277 | struct drm_i915_gem_request *outstanding_lazy_request; |
| 278 | /** | ||
| 279 | * Seqno of request most recently submitted to request_list. | ||
| 280 | * Used exclusively by hang checker to avoid grabbing lock while | ||
| 281 | * inspecting request list. | ||
| 282 | */ | ||
| 283 | u32 last_submitted_seqno; | ||
| 284 | |||
| 278 | bool gpu_caches_dirty; | 285 | bool gpu_caches_dirty; |
| 279 | 286 | ||
| 280 | wait_queue_head_t irq_queue; | 287 | wait_queue_head_t irq_queue; |
