diff options
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 479bd53d4ac6..0834e91d4ace 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h | |||
@@ -471,7 +471,7 @@ struct intel_engine_cs { | |||
471 | #define I915_DISPATCH_SECURE BIT(0) | 471 | #define I915_DISPATCH_SECURE BIT(0) |
472 | #define I915_DISPATCH_PINNED BIT(1) | 472 | #define I915_DISPATCH_PINNED BIT(1) |
473 | u32 *(*emit_breadcrumb)(struct i915_request *rq, u32 *cs); | 473 | u32 *(*emit_breadcrumb)(struct i915_request *rq, u32 *cs); |
474 | int emit_breadcrumb_sz; | 474 | int emit_breadcrumb_dw; |
475 | 475 | ||
476 | /* Pass the request to the hardware queue (e.g. directly into | 476 | /* Pass the request to the hardware queue (e.g. directly into |
477 | * the legacy ringbuffer or to the end of an execlist). | 477 | * the legacy ringbuffer or to the end of an execlist). |