]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/xe/configfs: Use tree-like output in documentation
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 21 Aug 2025 16:18:04 +0000 (09:18 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Aug 2025 18:46:45 +0000 (11:46 -0700)
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>
drivers/gpu/drm/xe/xe_configfs.c

index de73c4ff8f4f2a2364ad9208107bad3619f9c250..25b47106413b615a64961f77248f9817cfb72e55 100644 (file)
  * 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
  * ====================