mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/xe: Introduce dedicated config for memirq debug
Separate config for debugging memory based interrupts (memirq) infrastructure. Signed-off-by: Ilia Levi <ilia.levi@intel.com> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240918053942.1331811-2-illevi@habana.ai
This commit is contained in:
committed by
Michal Wajdeczko
parent
58548b9110
commit
b46afdac45
@@ -40,9 +40,21 @@ config DRM_XE_DEBUG_VM
|
||||
|
||||
If in doubt, say "N".
|
||||
|
||||
config DRM_XE_DEBUG_MEMIRQ
|
||||
bool "Enable extra memirq debugging"
|
||||
default n
|
||||
help
|
||||
Choose this option to enable additional debugging info for
|
||||
memory based interrupts.
|
||||
|
||||
Recommended for driver developers only.
|
||||
|
||||
If in doubt, say "N".
|
||||
|
||||
config DRM_XE_DEBUG_SRIOV
|
||||
bool "Enable extra SR-IOV debugging"
|
||||
default n
|
||||
select DRM_XE_DEBUG_MEMIRQ
|
||||
help
|
||||
Enable extra SR-IOV debugging info.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user