drm/i915/execlists: Assign virtual_engine->uncore from first sibling
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 Oct 2019 07:03:42 +0000 (08:03 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 Oct 2019 09:14:29 +0000 (10:14 +0100)
commit20af04f3dd567970508d5ad756e1777ba1286815
treeb761e6dec241e066e1aef8486988a3a52156bb28
parent41286861b4c9abdb4e0b32c6caa0967780e6f803
drm/i915/execlists: Assign virtual_engine->uncore from first sibling

Copy across the engine->uncore shortcut to the virtual_engine from its
first physical engine, similar to the handling of the engine->gt
backpointer.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191008070342.4045-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c