intel/elk: Remove tests for Gfx9+

These are covered in the regular "brw" compiler.

Acked-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27770>
This commit is contained in:
Caio Oliveira
2024-02-09 16:37:54 -08:00
committed by Marge Bot
parent 1f508a5dac
commit 80de55801e
2 changed files with 61 additions and 849 deletions
@@ -124,7 +124,7 @@ skip_bit(const struct elk_isa_info *isa, elk_inst *src, int bit)
return true;
if (elk_is_3src(isa, elk_inst_opcode(isa, src))) {
if (devinfo->ver >= 9 || devinfo->platform == INTEL_PLATFORM_CHV) {
if (devinfo->platform == INTEL_PLATFORM_CHV) {
if (bit == 127)
return true;
} else {
@@ -244,11 +244,7 @@ INSTANTIATE_TEST_SUITE_P(
CompactParams{ 60, ELK_ALIGN_1 }, CompactParams{ 60, ELK_ALIGN_16 },
CompactParams{ 70, ELK_ALIGN_1 }, CompactParams{ 70, ELK_ALIGN_16 },
CompactParams{ 75, ELK_ALIGN_1 }, CompactParams{ 75, ELK_ALIGN_16 },
CompactParams{ 80, ELK_ALIGN_1 }, CompactParams{ 80, ELK_ALIGN_16 },
CompactParams{ 90, ELK_ALIGN_1 }, CompactParams{ 90, ELK_ALIGN_16 },
CompactParams{ 110, ELK_ALIGN_1 },
CompactParams{ 120, ELK_ALIGN_1 },
CompactParams{ 125, ELK_ALIGN_1 }
CompactParams{ 80, ELK_ALIGN_1 }, CompactParams{ 80, ELK_ALIGN_16 }
),
get_compact_params_name);
File diff suppressed because it is too large Load Diff