intel/brw/gfx9: Implement WaClearArfDependenciesBeforeEot

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11928
Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31746>
This commit is contained in:
Sviatoslav Peleshko
2024-10-19 12:53:21 +03:00
committed by Marge Bot
parent e8472d484f
commit 2a4efe21c5
10 changed files with 105 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ run_tes(fs_visitor &s)
brw_allocate_registers(s, true /* allow_spilling */);
brw_fs_workaround_source_arf_before_eot(s);
return !s.failed;
}