8e21cad39b
Actually, no, there's no need to do anything, just update some comments for the record. An earlier revision of this change that implemented the workaround text to the letter required no less than 8 new PIPE_CONTROLs throughout the tree. However Felix Degrood noticed that the cost of some of the PIPE_CONTROLs was showing up in workloads like Shadow of the Tomb Raider. The Windows driver wasn't emitting many of those pipe controls, contrary to the W/A instructions, so we engaged in a back and forth with the hardware team, who concluded that the original suggested workaround was unnecessarily strict, and the Windows driver's behavior acceptable. It turns out that Wa_1408224581 we had already implemented for TGL is roughly equivalent to the Windows behavior, so no need to do anything new after all. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14278>