[Intel-xe] [PATCH] drm/xe/doc: Include documentation about xe_assert()

Michal Wajdeczko michal.wajdeczko at intel.com
Wed Nov 15 11:29:21 UTC 2023


Our xe_assert() macros are well documented.
Include that in master documentation.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
---
 Documentation/gpu/xe/index.rst        | 1 +
 Documentation/gpu/xe/xe_debugging.rst | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 Documentation/gpu/xe/xe_debugging.rst

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
-- 
2.25.1



More information about the Intel-xe mailing list