projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5ff5f
)
drm/i915: Add link to documentation in i915_gem_execbuffer.c
author
Kevin Rogovin
<kevin.rogovin@intel.com>
Fri, 6 Apr 2018 08:05:56 +0000
(11:05 +0300)
committer
Joonas 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
patch
|
blob
|
history
diff --git
a/Documentation/gpu/i915.rst
b/Documentation/gpu/i915.rst
index cd2d796d23dd8581cd3453d65f47862d4205820b..34d22f27570884cd108474403f0f3fc83736f49b 100644
(file)
--- a/
Documentation/gpu/i915.rst
+++ b/
Documentation/gpu/i915.rst
@@
-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
--------------------------------------------------