]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/memirq: Update interrupt handler logic
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 11 May 2026 17:28:37 +0000 (19:28 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 18 May 2026 13:22:11 +0000 (09:22 -0400)
commit6eb0168d091404bee11d1f0712515d77b8d01579
treeb34ac9dfdb24ce36526ec5d27bce5f387ae3165f
parent5200f5f493f79f14bbdc349e402a40dfb32f23c8
drm/xe/memirq: Update interrupt handler logic

To workaround some corner case hardware limitations, new programming
note for the memory based interrupt handler suggests to assume that
some status bytes, like GT_MI_USER_INTERRUPT and GUC_INTR_GUC2HOST,
are always set. Update our interrupt handler to follow the new rules.

Bspec: 53672
Fixes: a6581ebe7685 ("drm/xe/vf: Introduce Memory Based Interrupts Handler")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Link: https://patch.msgid.link/20260511172838.2299-2-michal.wajdeczko@intel.com
(cherry picked from commit 284f4cae4579eed9dd4406f18a6c1becc69f8931)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_memirq.c