mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
drm/xe: Don't force DRM_XE_DEBUG_MEMIRQ for SR-IOV debug
For pure SR-IOV debugging there is no need to select already separated config for the debugging of the memory based interrupts, as the latter is also very noisy on its own. Change config order and use a weak reverse dependency instead. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com> Link: https://lore.kernel.org/r/20251002171308.203127-1-michal.wajdeczko@intel.com
This commit is contained in:
@@ -40,6 +40,17 @@ config DRM_XE_DEBUG_VM
|
||||
|
||||
If in doubt, say "N".
|
||||
|
||||
config DRM_XE_DEBUG_SRIOV
|
||||
bool "Enable extra SR-IOV debugging"
|
||||
default n
|
||||
imply DRM_XE_DEBUG_MEMIRQ
|
||||
help
|
||||
Enable extra SR-IOV debugging info.
|
||||
|
||||
Recommended for driver developers only.
|
||||
|
||||
If in doubt, say "N".
|
||||
|
||||
config DRM_XE_DEBUG_MEMIRQ
|
||||
bool "Enable extra memirq debugging"
|
||||
default n
|
||||
@@ -51,17 +62,6 @@ config DRM_XE_DEBUG_MEMIRQ
|
||||
|
||||
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.
|
||||
|
||||
Recommended for driver developers only.
|
||||
|
||||
If in doubt, say "N".
|
||||
|
||||
config DRM_XE_DEBUG_MEM
|
||||
bool "Enable passing SYS/VRAM addresses to user space"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user