drm/i915/gt: Stop poking at engine->serial at a high level
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 25 Dec 2019 23:07:03 +0000 (23:07 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 26 Dec 2019 00:52:55 +0000 (00:52 +0000)
commitc2d78a9b73d4b66d38e51245ea0e06c446cf2c46
tree2ea11af486319d494048064dee364c1424b31917
parent41d329e287fb4888591491be4b4198f14b211cf6
drm/i915/gt: Stop poking at engine->serial at a high level

In record defaults, if we emit a request we expect a context switck on
parking. We need take no further action, so don't even mess with the low
level engine->serial where it is not warranted.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Andi Shyti <andi.shyti@intel.com>
Acked-by: Andi Shyti <andi.shyti@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191225230703.2498794-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt.c