Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe: Define DRM_XE_DEBUG_SRIOV config

We will be using extra logs during enabling of the SR-IOV features
or when adding support for new platforms. Define separate config
flag to keep that low level logs disabled if we're not debugging.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20231128151507.1015-2-michal.wajdeczko@intel.com
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

authored by

Michal Wajdeczko and committed by
Rodrigo Vivi
ed750833 78e2701a

+10
+10
drivers/gpu/drm/xe/Kconfig.debug
··· 40 40 41 41 If in doubt, say "N". 42 42 43 + config DRM_XE_DEBUG_SRIOV 44 + bool "Enable extra SR-IOV debugging" 45 + default n 46 + help 47 + Enable extra SR-IOV debugging info. 48 + 49 + Recommended for driver developers only. 50 + 51 + If in doubt, say "N". 52 + 43 53 config DRM_XE_DEBUG_MEM 44 54 bool "Enable passing SYS/VRAM addresses to user space" 45 55 default n