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:
@@ -1697,7 +1697,7 @@ emit_3dstate_hs_te_ds(struct anv_graphics_pipeline *pipeline,
|
||||
hs.BindingTableEntryCount = tcs_bin->bind_map.surface_count;
|
||||
|
||||
#if GFX_VER >= 12
|
||||
/* GEN:BUG:1604578095:
|
||||
/* Wa_1604578095:
|
||||
*
|
||||
* Hang occurs when the number of max threads is less than 2 times
|
||||
* the number of instance count. The number of max threads must be
|
||||
|
Reference in New Issue
Block a user