brw: Allow DPAS with BF on Gfx125

MTL doesn't support, but both ACM and ARL-H do.

Fixes: e384ccde28 ("brw: Expand EU validation for DPAS")
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34506>
This commit is contained in:
Caio Oliveira
2025-03-28 16:36:45 -07:00
committed by Marge Bot
parent 050acb9def
commit d1dd088ede
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -3206,7 +3206,7 @@ TEST_P(validation_test, dpas_types)
TV( F, F, F, HF, false),
TV( F, F, HF, F, false),
TV( F, F, BF, BF, devinfo.ver >= 20),
TV( F, F, BF, BF, true),
TV(BF, BF, BF, BF, devinfo.ver >= 20),
TV(BF, F, BF, BF, devinfo.ver >= 20),
TV( F, BF, BF, BF, devinfo.ver >= 20),