diff mbox

[v4,3/5] i915.rst: add link to documentation in i915_gem_execbuffer.c

Message ID 1522752747-7836-4-git-send-email-kevin.rogovin@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

kevin.rogovin@intel.com April 3, 2018, 10:52 a.m. UTC
From: Kevin Rogovin <kevin.rogovin@intel.com>

Add the documentation of "DOC: User command execution" of
i915_gem_execbuffer.c into a new section in i915.rst.

Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
---
 Documentation/gpu/i915.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Joonas Lahtinen April 3, 2018, 12:16 p.m. UTC | #1
Quoting kevin.rogovin@intel.com (2018-04-03 13:52:25)
> From: Kevin Rogovin <kevin.rogovin@intel.com>
> 
> Add the documentation of "DOC: User command execution" of
> i915_gem_execbuffer.c into a new section in i915.rst.
> 
> Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>

Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Regards, Joonas
diff mbox

Patch

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 00f897f67f85..efe15406f322 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -360,6 +360,12 @@  Batchbuffer Pools
 .. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c
    :internal:
 
+User Batchbuffer Execution
+--------------------------
+
+.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_execbuffer.c
+   :doc: User command execution
+
 Logical Rings, Logical Ring Contexts and Execlists
 --------------------------------------------------