diff options
| author | Kevin Rogovin <kevin.rogovin@intel.com> | 2018-04-06 04:05:56 -0400 |
|---|---|---|
| committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-04-06 06:12:23 -0400 |
| commit | 4d42db1805abde398a5852dc62bfaccd9f0269bb (patch) | |
| tree | a95ffdce1864d2c084e17401e53352c302809606 /Documentation/gpu | |
| parent | fd5ff5f6f697db774964c7100fc686fcc2f8ea78 (diff) | |
drm/i915: Add link to documentation in i915_gem_execbuffer.c
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
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/i915.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index cd2d796d23dd..34d22f275708 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst | |||
| @@ -364,6 +364,12 @@ Batchbuffer Pools | |||
| 364 | .. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c | 364 | .. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c |
| 365 | :internal: | 365 | :internal: |
| 366 | 366 | ||
| 367 | User Batchbuffer Execution | ||
| 368 | -------------------------- | ||
| 369 | |||
| 370 | .. kernel-doc:: drivers/gpu/drm/i915/i915_gem_execbuffer.c | ||
| 371 | :doc: User command execution | ||
| 372 | |||
| 367 | Logical Rings, Logical Ring Contexts and Execlists | 373 | Logical Rings, Logical Ring Contexts and Execlists |
| 368 | -------------------------------------------------- | 374 | -------------------------------------------------- |
| 369 | 375 | ||
