intel/brw: Enable EU validation and compaction tests for PTL

Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32195>
This commit is contained in:
Caio Oliveira 2024-11-18 12:50:24 -08:00 committed by Marge Bot
parent 1f294e808c
commit cbc45ac99e
2 changed files with 3 additions and 1 deletions

View file

@ -215,7 +215,8 @@ INSTANTIATE_TEST_SUITE_P(
CompactParams{ 110, BRW_ALIGN_1 },
CompactParams{ 120, BRW_ALIGN_1 },
CompactParams{ 125, BRW_ALIGN_1 },
CompactParams{ 200, BRW_ALIGN_1 }
CompactParams{ 200, BRW_ALIGN_1 },
CompactParams{ 300, BRW_ALIGN_1 }
),
get_compact_params_name);

View file

@ -52,6 +52,7 @@ static const struct intel_gfx_info {
{ "mtl", },
{ "lnl", },
{ "bmg", },
{ "ptl", },
};
class validation_test: public ::testing::TestWithParam<struct intel_gfx_info> {