summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-06-04 19:25:23 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-24 14:52:01 +0200
commita440ca6f2859bc64525dfbb437f031f43163d5ae (patch)
treed3bfb7171b94a0d69042b1f0c19c81d94ea39e75
parent2a9b7539667bb347502d7c7e00cae30479c164fb (diff)
downloadlinux-stable-a440ca6f2859bc64525dfbb437f031f43163d5ae.tar.gz
linux-stable-a440ca6f2859bc64525dfbb437f031f43163d5ae.tar.bz2
linux-stable-a440ca6f2859bc64525dfbb437f031f43163d5ae.zip
drm/i915/skl: SKL shares the same underrun interrupt as BDW
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--drivers/gpu/drm/i915/i915_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 1d2849efd778..a8e0bc44c1bd 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -503,7 +503,7 @@ static bool __intel_set_cpu_fifo_underrun_reporting(struct drm_device *dev,
ironlake_set_fifo_underrun_reporting(dev, pipe, enable);
else if (IS_GEN7(dev))
ivybridge_set_fifo_underrun_reporting(dev, pipe, enable, old);
- else if (IS_GEN8(dev))
+ else if (IS_GEN8(dev) || IS_GEN9(dev))
broadwell_set_fifo_underrun_reporting(dev, pipe, enable);
return old;