intel: Drop Tigerlake revision 0 workarounds
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 7 Oct 2021 19:38:03 +0000 (12:38 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Oct 2021 23:53:43 +0000 (16:53 -0700)
commite79e1ca304fd329a895c848048c784ce3f349d46
treeee9e0d20baf045fd9cfaff63cb810f48baf1ae64
parent6ef192bddf1e4cf05753b45016c3184b235830c5
intel: Drop Tigerlake revision 0 workarounds

Tigerlake revision 0 is an early stepping that should not be used in
production anywhere, so this code was only used for hardware bringup.
We can drop the unnecessary workarounds.  This also keeps them from
triggering on early steppings of other Gfx12 parts.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13266>
src/gallium/drivers/iris/iris_state.c
src/intel/vulkan/genX_cmd_buffer.c