intel/brw: update comment to accurately reflect intended behavior

Removed mention of Wa_* when referencing an intended harware behavior
since version 12. This will prevent the erroneous usage of the
`intel_needs_workaround` in the future.

Reviewed-by: Mark Janes <markjanes@swizzler.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29559>
This commit is contained in:
Zach Battleman 2024-06-05 13:23:39 -07:00 committed by Marge Bot
parent fe5b0a4fe3
commit ddaa7c4221

View file

@ -427,7 +427,7 @@ fs_inst::can_do_source_mods(const struct intel_device_info *devinfo) const
if (is_send_from_grf())
return false;
/* From Wa_1604601757:
/* From TGL PRM Vol 2a Pg. 1053 and Pg. 1069 MAD and MUL Instructions:
*
* "When multiplying a DW and any lower precision integer, source modifier
* is not supported."