genxml/gfx12: rename Tiled Resource Mode
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 19 Jun 2023 13:37:42 +0000 (16:37 +0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 1 Sep 2023 23:22:17 +0000 (23:22 +0000)
To match documentation.

BSpec 46965

TGL PRMs, Volume 2d: Command Reference: Structures, 3DSTATE_HIER_DEPTH_BUFFER_BODY

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23620>

src/intel/genxml/gen12.xml

index d65b279..2af9cbc 100644 (file)
     <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">
+    <field name="Tiled Mode" start="54" end="55" type="uint">
       <value name="NONE" value="0" />
       <value name="TILEYF" value="1" />
       <value name="TILEYS" value="2" />