linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Documentation: gpu: add acceleration node section
@ 2023-02-25  7:28 Dylan Le
  2023-02-25  7:28 ` [PATCH v2 1/1] " Dylan Le
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Le @ 2023-02-25  7:28 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet
  Cc: Dylan Le, dri-devel, linux-doc, linux-kernel, Shuah Khan

Hi everyone,

There is a missing section of GPU documentation on Acceleration Nodes.
This patch adds a stubbed section to be filled in. I was able to render
the new section as a PDF.

make SPHINXDIRS="gpu/" pdfdocs

Changes since v1:
- Comments from Bagas. Change from note admonition to generic admonition

Dylan Le (1):
  Documentation: gpu: add acceleration node section

 Documentation/gpu/drm-uapi.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

Thanks.
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v2 1/1] Documentation: gpu: add acceleration node section
  2023-02-25  7:28 [PATCH v2 0/1] Documentation: gpu: add acceleration node section Dylan Le
@ 2023-02-25  7:28 ` Dylan Le
  0 siblings, 0 replies; 2+ messages in thread
From: Dylan Le @ 2023-02-25  7:28 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet
  Cc: Dylan Le, dri-devel, linux-doc, linux-kernel, Shuah Khan

Add a stubbed section on Acceleration Nodes.
Resolve gpu documentation warning:
./Documentation/gpu/drm-internals:179: ./include/drm/drm_file.h:411: WARNING: undefined label: drm_accel_node

Signed-off-by: Dylan Le <self@dylanle.dev>
---
 Documentation/gpu/drm-uapi.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index ce47b4292..98c5add9c 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -175,6 +175,15 @@ 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.
 
+.. _drm_accel_node:
+
+Acceleration nodes
+==================
+
+.. admonition:: This section is empty.
+
+   Add relevant documentation here.
+
 Device Hot-Unplug
 =================
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-25  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25  7:28 [PATCH v2 0/1] Documentation: gpu: add acceleration node section Dylan Le
2023-02-25  7:28 ` [PATCH v2 1/1] " Dylan Le

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).