Skip to content

Commit 3eb2280

Browse files
committed
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>
1 parent 734197a commit 3eb2280

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

drivers/gpu/drm/xe/xe_configfs.c

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@
3939
* used to configure it::
4040
*
4141
* /sys/kernel/config/xe/
42-
* .. 0000:03:00.0/
43-
* ... survivability_mode
42+
* ├── 0000:00:02.0
43+
* │   └── ...
44+
* ├── 0000:00:02.1
45+
* │   └── ...
46+
* :
47+
* └── 0000:03:00.0
48+
* ├── survivability_mode
49+
* ├── engines_allowed
50+
* └── enable_psmi
51+
*
4452
*
4553
* Configure Attributes
4654
* ====================

0 commit comments

Comments
 (0)