From e1cb71c18213bbe50983b6edeac061df89bef718 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Fri, 19 Jul 2019 13:37:25 -0700 Subject: [PATCH] intel/genxml: Update 3D_MODE and add SLICE_HASH_TABLE. Add these fields and the 3DSTATE_SLICE_TABLE_STATE_POINTERS instruction so we can properly configure the slice and subslice hashing on ICL+ v2: Make 'Mask' field a mbo (Ken). --- src/intel/genxml/gen11.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/intel/genxml/gen11.xml b/src/intel/genxml/gen11.xml index c1774501f4c..e30143366f1 100644 --- a/src/intel/genxml/gen11.xml +++ b/src/intel/genxml/gen11.xml @@ -1249,7 +1249,21 @@ - + + + + + + + + + + + + + + @@ -2474,6 +2488,24 @@ + + + + + + + + + + + + + + + + + + -- 2.30.2