]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/gpu/drm-uapi.rst
drm: document drm_ioctl.[hc]
[karo-tx-linux.git] / Documentation / gpu / drm-uapi.rst
index 8b0f0e403f0c08c402e4cde105fb21933382db91..858457567d3df7460ab7074de88d82e24b8fab8e 100644 (file)
@@ -160,6 +160,20 @@ other hand, a driver requires shared state between clients which is
 visible to user-space and accessible beyond open-file boundaries, they
 cannot support render nodes.
 
+IOCTL Support on Device Nodes
+=============================
+
+.. kernel-doc:: drivers/gpu/drm/drm_ioctl.c
+   :doc: driver specific ioctls
+
+.. kernel-doc:: include/drm/drm_ioctl.h
+   :internal:
+
+.. kernel-doc:: drivers/gpu/drm/drm_ioctl.c
+   :export:
+
+.. kernel-doc:: drivers/gpu/drm/drm_ioc32.c
+   :export:
 
 Testing and validation
 ======================