intel: Rename GEN:BUG:### to Wa_###
Commands used to do the changes: export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "GEN:BUG:" -rIl $SEARCH_PATH | xargs sed -ie "s/GEN\(:BUG:\)/Wa_/g" Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
This commit is contained in:
@@ -439,7 +439,7 @@ fs_inst::can_do_source_mods(const struct gen_device_info *devinfo) const
|
||||
if (is_send_from_grf())
|
||||
return false;
|
||||
|
||||
/* From GEN:BUG:1604601757:
|
||||
/* From Wa_1604601757:
|
||||
*
|
||||
* "When multiplying a DW and any lower precision integer, source modifier
|
||||
* is not supported."
|
||||
@@ -4024,7 +4024,7 @@ fs_visitor::lower_mul_dword_inst(fs_inst *inst, bblock_t *block)
|
||||
high.offset = inst->dst.offset % REG_SIZE;
|
||||
|
||||
if (devinfo->ver >= 7) {
|
||||
/* From GEN:BUG:1604601757:
|
||||
/* From Wa_1604601757:
|
||||
*
|
||||
* "When multiplying a DW and any lower precision integer, source modifier
|
||||
* is not supported."
|
||||
@@ -8076,7 +8076,7 @@ find_halt_control_flow_region_start(const fs_visitor *v)
|
||||
}
|
||||
|
||||
/**
|
||||
* Work around the Gfx12 hardware bug filed as GEN:BUG:1407528679. EU fusion
|
||||
* Work around the Gfx12 hardware bug filed as Wa_1407528679. EU fusion
|
||||
* can cause a BB to be executed with all channels disabled, which will lead
|
||||
* to the execution of any NoMask instructions in it, even though any
|
||||
* execution-masked instructions will be correctly shot down. This may break
|
||||
|
||||
Reference in New Issue
Block a user