Skip to content

Commit 6e0b652

Browse files
gfxstrandrodrigovivi
authored andcommitted
drm/i915: Correct the docs for intel_engine_cmd_parser
In 93b7133 ("drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser""), the parameters to intel_engine_cmd_parser() were altered without updating the docs, causing Fi.CI.DOCS to start failing. Fixes: c9d9fdb ("drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"") Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210720182108.2761496-1-jason@jlekstrand.net Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> [Added 'Fixes:' tag and corrected the hash for the ancestor] (cherry picked from commit 15eb083) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> [Updated Fixes tag to match fixes branch]
1 parent 3761baa commit 6e0b652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/gpu/drm/i915/i915_cmd_parser.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,9 +1416,7 @@ static unsigned long *alloc_whitelist(u32 batch_length)
14161416
* @batch_offset: byte offset in the batch at which execution starts
14171417
* @batch_length: length of the commands in batch_obj
14181418
* @shadow: validated copy of the batch buffer in question
1419-
* @jump_whitelist: buffer preallocated with intel_engine_cmd_parser_alloc_jump_whitelist()
1420-
* @shadow_map: mapping to @shadow vma
1421-
* @batch_map: mapping to @batch vma
1419+
* @trampoline: true if we need to trampoline into privileged execution
14221420
*
14231421
* Parses the specified batch buffer looking for privilege violations as
14241422
* described in the overview.

0 commit comments

Comments
 (0)