diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_context.c')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_gem_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c index 17f90c618208..e2d83b6d376b 100644 --- a/drivers/gpu/drm/i915/i915_gem_context.c +++ b/drivers/gpu/drm/i915/i915_gem_context.c | |||
| @@ -311,7 +311,6 @@ __create_hw_context(struct drm_i915_private *dev_priv, | |||
| 311 | ctx->ring_size = 4 * PAGE_SIZE; | 311 | ctx->ring_size = 4 * PAGE_SIZE; |
| 312 | ctx->desc_template = GEN8_CTX_ADDRESSING_MODE(dev_priv) << | 312 | ctx->desc_template = GEN8_CTX_ADDRESSING_MODE(dev_priv) << |
| 313 | GEN8_CTX_ADDRESSING_MODE_SHIFT; | 313 | GEN8_CTX_ADDRESSING_MODE_SHIFT; |
| 314 | ATOMIC_INIT_NOTIFIER_HEAD(&ctx->status_notifier); | ||
| 315 | 314 | ||
| 316 | /* GuC requires the ring to be placed above GUC_WOPCM_TOP. If GuC is not | 315 | /* GuC requires the ring to be placed above GUC_WOPCM_TOP. If GuC is not |
| 317 | * present or not in use we still need a small bias as ring wraparound | 316 | * present or not in use we still need a small bias as ring wraparound |
