diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-05-28 14:54:08 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-06-02 11:00:46 -0700 |
commit | 399c5f54090c1c7d8f9eae7897940e8a11604884 (patch) | |
tree | 6824498bb31978a9625cb864c72501adaef222da | |
parent | d09bc3edfe5c702463e2640314b7db2219242446 (diff) |
drm/xe/configfs: Add internal API to documentation
Add the internal configfs API like is done with other parts of the
driver. Also ensure the correct number of '=' chars are used for the
header.
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250528-engine-mask-v4-5-f4636d2a890a@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
-rw-r--r-- | Documentation/gpu/xe/xe_configfs.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/gpu/xe/xe_configfs.rst b/Documentation/gpu/xe/xe_configfs.rst index 9b9d941eb20e..7f8ec39dc6dd 100644 --- a/Documentation/gpu/xe/xe_configfs.rst +++ b/Documentation/gpu/xe/xe_configfs.rst @@ -2,9 +2,15 @@ .. _xe_configfs: -============ +=========== Xe Configfs -============ +=========== .. kernel-doc:: drivers/gpu/drm/xe/xe_configfs.c :doc: Xe Configfs + +Internal API +============ + +.. kernel-doc:: drivers/gpu/drm/xe/xe_configfs.c + :internal: |