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:
7879a7e
)
drm/i915/skl: Restore pipe B/C interrupts
author
Satheeshakrishna M
<
[email protected]
>
Tue, 8 Apr 2014 10:16:56 +0000
(15:46 +0530)
committer
Daniel Vetter
<
[email protected]
>
Wed, 24 Sep 2014 12:52:03 +0000
(14:52 +0200)
Extending BDW implementation to gen9. Pipe B/C interrupt
restoration after exiting LPSP.
v2: Fix minor rebasing conflict.
Reviewed-by: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Satheeshakrishna M <
[email protected]
>
Signed-off-by: Damien Lespiau <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_pm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_pm.c
b/drivers/gpu/drm/i915/intel_pm.c
index d760e0659fa42d72e564d1290bf37df20a3b7cdb..fa87f1ec44ec71f4375f09354da481414482d8ec 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_pm.c
+++ b/
drivers/gpu/drm/i915/intel_pm.c
@@
-6277,7
+6277,7
@@
static void hsw_power_well_post_enable(struct drm_i915_private *dev_priv)
outb(inb(VGA_MSR_READ), VGA_MSR_WRITE);
vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
- if (IS_BROADWELL(dev))
+ if (IS_BROADWELL(dev)
|| (INTEL_INFO(dev)->gen >= 9)
)
gen8_irq_power_well_post_enable(dev_priv);
}