mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
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:
parent
1f294e808c
commit
cbc45ac99e
2 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ static const struct intel_gfx_info {
|
|||
{ "mtl", },
|
||||
{ "lnl", },
|
||||
{ "bmg", },
|
||||
{ "ptl", },
|
||||
};
|
||||
|
||||
class validation_test: public ::testing::TestWithParam<struct intel_gfx_info> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue