summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
diff options
context:
space:
mode:
authorJohn Harrison <John.C.Harrison@Intel.com>2015-03-19 15:30:06 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-01 08:53:41 +0300
commitf3dc74c0e17b712cbcb4688a28d27df3fa8644a9 (patch)
tree922db2d362dacc6a082754ee5ef9b896a270db2c /drivers/gpu/drm/i915/intel_ringbuffer.c
parent1652d19e66c2dd118bd263ccba2a951b7946a2bb (diff)
downloadlinux-f3dc74c0e17b712cbcb4688a28d27df3fa8644a9.tar.xz
drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
The submission portion of the execbuffer code path was abstracted into a function pointer indirection as part of the legacy vs execlist work. The two implementation functions are called 'i915_gem_ringbuffer_submission' and 'intel_execlists_submission' but the pointer was called 'do_execbuf'. There is already a 'i915_gem_do_execbuffer' function (which is what calls the pointer indirection). The name of the pointer is therefore considered to be backwards and should be changed. This patch renames it to 'execbuf_submit' which is hopefully a bit clearer. For: VIZ-5115 Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Tomas Elf <tomas.elf@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions