mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
69ae02151d
commit
6bb66b78a9
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue