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
+1
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> {