]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Apr 2017 12:43:06 +0000 (13:43 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Apr 2017 13:31:39 +0000 (14:31 +0100)
commit6811910eb3cd07e2ba59bb29b15882a8ca8cd5c4
tree31c4a58b80a2ddc9fdbf8c1ec60780a187ec9f5d
parent969a7e43040e7620a996eafbfef32e67e2521c48
drm/i915: Rename intel_engine_cs.exec_id to uabi_id

We want to refer to the index of the engine consistently throughout the
userspace ABI. We already have such an index through the execbuffer
engine specifier, that needs to be able to refer to each engine
specifically, so rename it the index to uabi_id to reflect its
generality beyond execbuf.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170411124306.15448-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_cmd_parser.c
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_engine_cs.c
drivers/gpu/drm/i915/intel_ringbuffer.h