]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Rename intel_context.active to .inflight
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 May 2019 09:29:55 +0000 (10:29 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 May 2019 11:45:29 +0000 (12:45 +0100)
commit754f7a0b2a13fa601c4ea494f726214c07b81e08
tree0b371a6e5352fba45c324f7fd290f41790cf6986
parent446e2d16a131ed2319ba92d9aa61db5164aa25d2
drm/i915: Rename intel_context.active to .inflight

Rename the engine this HW context is currently active upon (that we are
flying upon) to disambiguate between the mixture of different active
terms (and prevent conflict in future patches).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528092956.14910-14-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_context_types.h
drivers/gpu/drm/i915/gt/intel_lrc.c