projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9b753
)
drm/i915/skl: SKL shares the same underrun interrupt as BDW
author
Damien Lespiau
<damien.lespiau@intel.com>
Wed, 4 Jun 2014 18:25:23 +0000
(19:25 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:52:01 +0000
(14:52 +0200)
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>
drivers/gpu/drm/i915/i915_irq.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_irq.c
b/drivers/gpu/drm/i915/i915_irq.c
index 1d2849efd778138d16d1c94e820999b4b3e4df47..a8e0bc44c1bdd681e4aea30a61aebc0588d4b1a6 100644
(file)
--- 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;