OSDN Git Service

drm/i915/selftests: Move uncore fw selftests to operate on intel_gt
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 22 Oct 2019 13:10:16 +0000 (14:10 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 22 Oct 2019 19:44:52 +0000 (20:44 +0100)
commit905da43c6a02b57232c1f087b94bc606f6376632
tree2b5162a04806fde2d017f44849b5066478fed2fc
parentc31c9e82ee8ae032b0ed495ae8b8207a6734452b
drm/i915/selftests: Move uncore fw selftests to operate on intel_gt

Forcewake is the speciality of the GT, so it is natural to run the
intel_uncore_forcewake tests over the GT. So pass intel_gt as the
parameter to our selftests.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191022131016.9065-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/intel_uncore.c