drm/i915/lrc: Update function names to match request flow
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Aug 2016 21:50:32 +0000 (22:50 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Aug 2016 21:58:27 +0000 (22:58 +0100)
commitf4ea6bddb9988e7aa6f50732c75739e8cd7c2582
treeee80af5f2be8c8da1e0adcc3caaa80fcd030b7a9
parentddd66c5154c25dcb78e3ca29baa0d16cf2c8d6fb
drm/i915/lrc: Update function names to match request flow

With adding engine->submit_request, we now have a bunch of functions
with similar names used at different stages of the execlist submission.
Try a different coat of paint, to hopefully reduce confusion between the
requests, intel_engine_cs and the actual execlists submision process.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1469432687-22756-24-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470174640-18242-15-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_guc_submission.c
drivers/gpu/drm/i915/intel_lrc.c
This page took 0.032834 seconds and 5 git commands to generate.