summaryrefslogtreecommitdiff
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2023-11-15 12:29:21 +0100
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:45:08 -0500
commit8cdcef1c2f82d207aa8b2a02298fbc17191c6261 (patch)
treeb239c2413808c872702f4b8381d526e9dc8512a0 /Documentation/gpu
parentb67cb798e4227d312fd221deb6a3f0b88b51fc6b (diff)
drm/xe/doc: Include documentation about xe_assert()
Our xe_assert() macros are well documented. Include that in master documentation. Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20231115112921.1905-1-michal.wajdeczko@intel.com Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/xe/index.rst1
-rw-r--r--Documentation/gpu/xe/xe_debugging.rst7
2 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/gpu/xe/index.rst b/Documentation/gpu/xe/index.rst
index 5c4d6bb370f3..c224ecaee81e 100644
--- a/Documentation/gpu/xe/index.rst
+++ b/Documentation/gpu/xe/index.rst
@@ -22,3 +22,4 @@ DG2, etc is provided to prototype the driver.
xe_rtp
xe_firmware
xe_tile
+ xe_debugging
diff --git a/Documentation/gpu/xe/xe_debugging.rst b/Documentation/gpu/xe/xe_debugging.rst
new file mode 100644
index 000000000000..d65e56ff3500
--- /dev/null
+++ b/Documentation/gpu/xe/xe_debugging.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+
+=========
+Debugging
+=========
+
+.. kernel-doc:: drivers/gpu/drm/xe/xe_assert.h