[Intel-gfx] [PATCH] drm/i915: Add missing docbook chapters for i915 uapi.
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Fri Jul 9 11:38:42 UTC 2021
I noticed when grepping for DOC: that those were defined
in the header, but not actually used. Fix it.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
---
Documentation/gpu/driver-uapi.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Documentation/gpu/driver-uapi.rst b/Documentation/gpu/driver-uapi.rst
index 27d0fbe33e87..dec60b0385d3 100644
--- a/Documentation/gpu/driver-uapi.rst
+++ b/Documentation/gpu/driver-uapi.rst
@@ -5,6 +5,18 @@ DRM Driver uAPI
drm/i915 uAPI
=============
+uevents generated by i915 on it's device node
+---------------------------------------------
+
+.. kernel-doc:: include/uapi/drm/i915_drm.h
+ :doc: uevents generated by i915 on it's device node
+
+perf_events exposed by i915 through /sys/bus/event_sources/drivers/i915
+-----------------------------------------------------------------------
+
+.. kernel-doc:: include/uapi/drm/i915_drm.h
+ :doc: perf_events exposed by i915 through /sys/bus/event_sources/drivers/i915
+
Engine Discovery uAPI
---------------------
--
2.31.0
More information about the Intel-gfx
mailing list