mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
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:
parent
fe5b0a4fe3
commit
ddaa7c4221
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue