drm/i915: Correct the docs for intel_engine_cmd_parser
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 20 Jul 2021 18:21:08 +0000 (13:21 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 21 Jul 2021 15:46:48 +0000 (11:46 -0400)
commit15eb083bdb561bb4862cd04cd0523e55483e877e
treec6e406d31e6718a6d537334a78352f89b80d99d9
parentaef7b67a79564f6cff488aff7f4b89438ca80b23
drm/i915: Correct the docs for intel_engine_cmd_parser

In 93b713304188 ("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: 93b713304188 ("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]
drivers/gpu/drm/i915/i915_cmd_parser.c