summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/Kconfig.debug
diff options
context:
space:
mode:
authorIlia Levi <ilia.levi@intel.com>2024-09-18 08:39:38 +0300
committerMichal Wajdeczko <michal.wajdeczko@intel.com>2024-09-19 10:03:38 +0200
commitb46afdac45a251d76a4575be78beba343f08b52f (patch)
tree9a306fb9be91180b5038dea3d0ea58e33b9c6627 /drivers/gpu/drm/xe/Kconfig.debug
parent58548b91101f0a8772d1fe992cac7cd3226a471e (diff)
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
Diffstat (limited to 'drivers/gpu/drm/xe/Kconfig.debug')
-rw-r--r--drivers/gpu/drm/xe/Kconfig.debug12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/Kconfig.debug b/drivers/gpu/drm/xe/Kconfig.debug
index bc177368af6c..2de0de41b8dd 100644
--- a/drivers/gpu/drm/xe/Kconfig.debug
+++ b/drivers/gpu/drm/xe/Kconfig.debug
@@ -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.