Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 26 Jun 2019 21:19:53 +0000 (14:19 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 28 Jun 2019 21:02:13 +0000 (14:02 -0700)
commit7746d4edef5332777bd0206e836617879ad8bb70
tree054d2cccabb0db2bfa5d1cb2b5723bd3f69994dc
parentdb093d028c6383d8905620da1eef244db0b3b1ce
Revert "i965/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 85ecd14ef6a084f5e82860de6dbc79870b335682.

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>
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_state_upload.c