drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 22 Oct 2020 21:08:14 +0000 (22:08 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 23 Oct 2020 08:57:54 +0000 (09:57 +0100)
commitb1cff585784edf2ab03edb63376a7543a9c50644
treef3119ec5a82834de13d721a2b7f18506c269cbc0
parent537f9c84a42754f89977bc2d19f2f69503a3a02a
drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)

Since Ironlake uses intel_ips.ko for its dynamic frequency adjustment,
we do not have direct control over the frequency management so such
tests are defunct. Similarly, we can't check the gen6+ RPS registers on
Ironlake.

Hopefully this catches all the invalid tests now that Ironlake has
rejoined the dynamic GPU frequency club. There is an opportunity for the
reader to add tests to exercise MEMINTRSTS and co.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201022210814.23004-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_rps.c