diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_irq.c')
-rw-r--r-- | drivers/gpu/drm/i915/i915_irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index f4d5569834c2..cf1a21a9728a 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c | |||
@@ -2814,8 +2814,7 @@ static int ivybridge_irq_postinstall(struct drm_device *dev) | |||
2814 | 2814 | ||
2815 | I915_WRITE(GEN6_PMIIR, I915_READ(GEN6_PMIIR)); | 2815 | I915_WRITE(GEN6_PMIIR, I915_READ(GEN6_PMIIR)); |
2816 | if (HAS_VEBOX(dev)) | 2816 | if (HAS_VEBOX(dev)) |
2817 | pm_irqs |= PM_VEBOX_USER_INTERRUPT | | 2817 | pm_irqs |= PM_VEBOX_USER_INTERRUPT; |
2818 | PM_VEBOX_CS_ERROR_INTERRUPT; | ||
2819 | 2818 | ||
2820 | /* Our enable/disable rps functions may touch these registers so | 2819 | /* Our enable/disable rps functions may touch these registers so |
2821 | * make sure to set a known state for only the non-RPS bits. | 2820 | * make sure to set a known state for only the non-RPS bits. |