drm/i915/gem: Consider multi-gt instead of to_gt()
authorTejas Upadhyay <tejas.upadhyay@intel.com>
Wed, 19 Apr 2023 06:00:35 +0000 (11:30 +0530)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 19 Apr 2023 14:04:53 +0000 (16:04 +0200)
commita347279dec1eb68e995f864ae1fd41ab57cbcd21
treecaef9832e847d15f76f53125aa877099f702b0a9
parenta6704f4a5452950e7ff22cab0cff23477dbdf0e0
drm/i915/gem: Consider multi-gt instead of to_gt()

In order to enable complete multi-GT, use the GT
reference obtained directly from the engine, rather
than relying on the to_gt(), which only provides a
reference to the primary GT.

Problem appear when it runs on platform like MTL
where different set of engines are possible on
different GTs.

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230419060036.3422635-3-tejas.upadhyay@intel.com
drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c