intel/gfx12+: Add Wa_14013840143

Cc: mesa-stable
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10984>
This commit is contained in:
Anuj Phogat 2021-05-24 10:56:12 -07:00 committed by Marge Bot
parent 69ae02151d
commit 6bb66b78a9

View file

@ -920,7 +920,8 @@ static const struct intel_device_info intel_device_info_ehl_2x4 = {
[MESA_SHADER_VERTEX] = 3576, \
[MESA_SHADER_TESS_CTRL] = 1548, \
[MESA_SHADER_TESS_EVAL] = 3576, \
[MESA_SHADER_GEOMETRY] = 1548, \
/* Wa_14013840143 */ \
[MESA_SHADER_GEOMETRY] = 1536, \
}
#define GFX12_HW_INFO \