Re: [Mesa-dev] [PATCH] i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREG

2018-10-25 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 25/10/2018 18:13, Anuj Phogat wrote: The default setting of this bit is not the desirable behavior. WA_1406697149 Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_defines.h | 1 + src/mesa/drivers/dri/i965/brw_state_upload.c | 7 +++

[Mesa-dev] [PATCH] i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREG

2018-10-25 Thread Anuj Phogat
The default setting of this bit is not the desirable behavior. WA_1406697149 Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_defines.h | 1 + src/mesa/drivers/dri/i965/brw_state_upload.c | 7 +++ 2 files changed, 8 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_d