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:
c46ef57
)
drm/i915/icl: Extend AUX F interrupts to ICL
author
Dhinakaran Pandiyan
<
[email protected]
>
Tue, 22 May 2018 00:25:35 +0000
(17:25 -0700)
committer
Paulo Zanoni
<
[email protected]
>
Fri, 1 Jun 2018 23:03:23 +0000
(16:03 -0700)
ICL has AUX F.
Cc: Paulo Zanoni <
[email protected]
>
Cc: Anusha Srivatsa <
[email protected]
>
Reviewed-by: Anusha Srivatsa <
[email protected]
>
Reviewed-by: Paulo Zanoni <
[email protected]
>
Signed-off-by: Dhinakaran Pandiyan <
[email protected]
>
Signed-off-by: Paulo Zanoni <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
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 f9bc3aaa90d0f5de110e893415be0a6ee1c40448..2fd92a886789494fc3276ab850ab545ecc3a5083 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_irq.c
+++ b/
drivers/gpu/drm/i915/i915_irq.c
@@
-2640,7
+2640,8
@@
gen8_de_irq_handler(struct drm_i915_private *dev_priv, u32 master_ctl)
GEN9_AUX_CHANNEL_C |
GEN9_AUX_CHANNEL_D;
- if (IS_CNL_WITH_PORT_F(dev_priv))
+ if (IS_CNL_WITH_PORT_F(dev_priv) ||
+ INTEL_GEN(dev_priv) >= 11)
tmp_mask |= CNL_AUX_CHANNEL_F;
if (iir & tmp_mask) {
@@
-3920,7
+3921,7
@@
static void gen8_de_irq_postinstall(struct drm_i915_private *dev_priv)
de_pipe_masked |= GEN8_DE_PIPE_IRQ_FAULT_ERRORS;
}
- if (IS_CNL_WITH_PORT_F(dev_priv))
+ if (IS_CNL_WITH_PORT_F(dev_priv)
|| INTEL_GEN(dev_priv) >= 11
)
de_port_masked |= CNL_AUX_CHANNEL_F;
de_pipe_enables = de_pipe_masked | GEN8_PIPE_VBLANK |