Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"

SLICE_COMMON_CHICKEN3 is a privileged register not accesible from userspace.
This patch silences a simulator warning about it.

We don't need to add this workaround in linux kernel as the WA description
says it's fixed on latest stepping.

This reverts commit 2be60e0c73.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Anuj Phogat 2019-06-26 14:23:35 -07:00
parent 7746d4edef
commit 387e43b52f
1 changed files with 0 additions and 12 deletions

View File

@ -200,18 +200,6 @@ genX(init_device_state)(struct anv_device *device)
lri.DataDWord = half_slice_chicken7;
}
/* WA_2204188704: Pixel Shader Panic dispatch must be disabled.
*/
uint32_t common_slice_chicken3;
anv_pack_struct(&common_slice_chicken3, GENX(COMMON_SLICE_CHICKEN3),
.PSThreadPanicDispatch = 0x3,
.PSThreadPanicDispatchMask = 0x3);
anv_batch_emit(&batch, GENX(MI_LOAD_REGISTER_IMM), lri) {
lri.RegisterOffset = GENX(COMMON_SLICE_CHICKEN3_num);
lri.DataDWord = common_slice_chicken3;
}
/* WaEnableStateCacheRedirectToCS:icl */
uint32_t slice_common_eco_chicken1;
anv_pack_struct(&slice_common_eco_chicken1,