aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/rfc/i915_scheduler.rst
diff options
context:
space:
mode:
authorMatthew Brost <matthew.brost@intel.com>2021-10-14 10:19:57 -0700
committerJohn Harrison <John.C.Harrison@Intel.com>2021-10-15 10:45:50 -0700
commit0d7502fcd420b7212efcbeca95e1ce7952dc9c33 (patch)
tree9871b43e955b4ea84fe40d4b79eb0d950e7162b4 /Documentation/gpu/rfc/i915_scheduler.rst
parentdrm/i915/guc: Connect UAPI to GuC multi-lrc interface (diff)
downloadlinux-dev-0d7502fcd420b7212efcbeca95e1ce7952dc9c33.tar.xz
linux-dev-0d7502fcd420b7212efcbeca95e1ce7952dc9c33.zip
drm/i915/doc: Update parallel submit doc to point to i915_drm.h
Update parallel submit doc to point to i915_drm.h Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: John Harrison <John.C.Harrison@Intel.com> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211014172005.27155-18-matthew.brost@intel.com
Diffstat (limited to '')
-rw-r--r--Documentation/gpu/rfc/i915_scheduler.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/rfc/i915_scheduler.rst b/Documentation/gpu/rfc/i915_scheduler.rst
index cbda75065dad..d630f15ab795 100644
--- a/Documentation/gpu/rfc/i915_scheduler.rst
+++ b/Documentation/gpu/rfc/i915_scheduler.rst
@@ -135,8 +135,8 @@ Add I915_CONTEXT_ENGINES_EXT_PARALLEL_SUBMIT and
drm_i915_context_engines_parallel_submit to the uAPI to implement this
extension.
-.. kernel-doc:: Documentation/gpu/rfc/i915_parallel_execbuf.h
- :functions: drm_i915_context_engines_parallel_submit
+.. kernel-doc:: include/uapi/drm/i915_drm.h
+ :functions: i915_context_engines_parallel_submit
Extend execbuf2 IOCTL to support submitting N BBs in a single IOCTL
-------------------------------------------------------------------