diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-10 20:40:02 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-10 20:41:16 +0000 |
commit | 5d97eb69bd4767ce9973360881fa6ad161510fb0 (patch) | |
tree | 82a8ce1f8a7bd77c3775819e389a6299690d0002 /drivers/gpu/drm/i915/intel_ringbuffer.h | |
parent | 33d2323711059d14fd675fa7def317e560fa787e (diff) |
drm/i915: Only add the lazy request if we end up waiting for it.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index 68043f1a186..d73145c790b 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h @@ -87,7 +87,7 @@ struct intel_ring_buffer { /** * Do we have some not yet emitted requests outstanding? */ - bool outstanding_lazy_request; + u32 outstanding_lazy_request; wait_queue_head_t irq_queue; drm_local_map_t map; |