mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/i915/irq: Improve error logging for unexpected DE Misc interrupts
Dump the iir value in hex when the interrupt is unexpected. Link: https://gitlab.freedesktop.org/drm/intel/-/issues/9652#note_2178501 Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com> Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231126214142.102106-1-sergeantsagara@protonmail.com
This commit is contained in:
parent
8dfce5f309
commit
fd2096500a
|
|
@ -896,7 +896,7 @@ gen8_de_misc_irq_handler(struct drm_i915_private *dev_priv, u32 iir)
|
|||
}
|
||||
|
||||
if (!found)
|
||||
drm_err(&dev_priv->drm, "Unexpected DE Misc interrupt\n");
|
||||
drm_err(&dev_priv->drm, "Unexpected DE Misc interrupt: 0x%08x\n", iir);
|
||||
}
|
||||
|
||||
static void gen11_dsi_te_interrupt_handler(struct drm_i915_private *dev_priv,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user