drm/i915/selftests: Drop igt_cs_tlb
authorJonathan Cavitt <jonathan.cavitt@intel.com>
Mon, 20 Mar 2023 19:21:17 +0000 (20:21 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Thu, 23 Mar 2023 13:54:01 +0000 (14:54 +0100)
commit4d6d94ba8823a2f4e48c56ed33cb77061c1f425d
tree897ce5428c39972aa93db9f17788afcf67bef379
parente2ee10474ce766686e7a7496585cdfaf79e3a1bf
drm/i915/selftests: Drop igt_cs_tlb

The gt_tlb live selftest has the same code coverage as the
igt_cs_tlb subtest of gtt, except it is better at detecting
TLB bugs.  Furthermore, while igt_cs_tlb is hitting some
unforeseen issues, these issues are either false positives
due to the test being poorly formatted, or are true
positives that can be more easily diagnosed with smaller
tests.  As such, igt_cs_tlb is superceded by and obsoleted
by gt_tlb, meaning it can be removed.

Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Acked-by: Nirmoy Das <nirmoy.das@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/20230320192117.287374-1-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c