diff options
author | Nanley Chery <[email protected]> | 2019-08-21 10:57:29 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2019-10-28 10:47:06 -0700 |
commit | 0aa308f4200ad88c9b9ac0fd3e2ad30bde74edb9 (patch) | |
tree | d9bbc47e0cd25efa3e596bae382029434734ac0f /src/intel/genxml | |
parent | fee4dbcb4ddac04c132c5f69f67b76b5ddaeb793 (diff) |
intel: Fix and use HIZ_CCS write through mode
Write through to the CCS if the surface is used as a texture and can be
sampled by the HW with CCS.
Reviewed-by: Sagar Ghuge <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/genxml')
-rw-r--r-- | src/intel/genxml/gen12.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/genxml/gen12.xml b/src/intel/genxml/gen12.xml index 8970ddf51a8..466ddb6894c 100644 --- a/src/intel/genxml/gen12.xml +++ b/src/intel/genxml/gen12.xml @@ -1893,6 +1893,7 @@ <field name="Command SubType" start="27" end="28" type="uint" default="3"/> <field name="Command Type" start="29" end="31" type="uint" default="3"/> <field name="Surface Pitch" start="32" end="48" type="uint"/> + <field name="Hierarchical Depth Buffer Write Thru Enable" start="52" end="52" type="bool"/> <field name="Tiled Resource Mode" start="54" end="55" type="uint"> <value name="NONE" value="0"/> <value name="TILEYF" value="1"/> |