diff mbox

Documentation/i915: Add "User command execution" to doc-tree

Message ID 1508147676-15113-1-git-send-email-changbin.du@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Du, Changbin Oct. 16, 2017, 9:54 a.m. UTC
From: Changbin Du <changbin.du@intel.com>

Just found this is a useful introduction about User command
execution, so add it to doc-tree.

Signed-off-by: Changbin Du <changbin.du@intel.com>
---
 Documentation/gpu/i915.rst | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 2e7ee03..c339921 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -276,6 +276,12 @@  Logical Rings, Logical Ring Contexts and Execlists
 .. kernel-doc:: drivers/gpu/drm/i915/intel_lrc.c
    :internal:
 
+User command execution
+----------------------
+
+.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_execbuffer.c
+   :doc: User command execution
+
 Global GTT views
 ----------------