aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2025-08-21 09:18:04 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2025-08-22 11:46:45 -0700
commit3eb2280f6aa424bc99d59ff91ca741d6e240caee (patch)
treeb6beb2a5d77a9ee3bd9fe7c0976565973ef0615e /drivers/gpu
parentdrm/xe/configfs: Use guard() for dev->lock (diff)
downloadlinux-3eb2280f6aa424bc99d59ff91ca741d6e240caee.tar.gz
linux-3eb2280f6aa424bc99d59ff91ca741d6e240caee.zip
drm/xe/configfs: Use tree-like output in documentation
When documenting the directories, use an output similar to the `tree` command and add VFs and missing attributes. Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com> Link: https://lore.kernel.org/r/20250821-psmi-v5-9-34ab7550d3d8@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/xe/xe_configfs.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/xe_configfs.c b/drivers/gpu/drm/xe/xe_configfs.c
index de73c4ff8f4f..25b47106413b 100644
--- a/drivers/gpu/drm/xe/xe_configfs.c
+++ b/drivers/gpu/drm/xe/xe_configfs.c
@@ -39,8 +39,16 @@
* used to configure it::
*
* /sys/kernel/config/xe/
- * .. 0000:03:00.0/
- * ... survivability_mode
+ * ├── 0000:00:02.0
+ * │   └── ...
+ * ├── 0000:00:02.1
+ * │   └── ...
+ * :
+ * └── 0000:03:00.0
+ * ├── survivability_mode
+ * ├── engines_allowed
+ * └── enable_psmi
+ *
*
* Configure Attributes
* ====================