drm/i915: Add link to documentation in i915_gem_execbuffer.c
authorKevin Rogovin <kevin.rogovin@intel.com>
Fri, 6 Apr 2018 08:05:56 +0000 (11:05 +0300)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Fri, 6 Apr 2018 10:12:23 +0000 (13:12 +0300)
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>
[Joonas: correcting the patch title]
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1523001957-6427-3-git-send-email-kevin.rogovin@intel.com
Documentation/gpu/i915.rst

index cd2d796..34d22f2 100644 (file)
@@ -364,6 +364,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
 --------------------------------------------------