intel/genxml: Fix pixel hashing 3DSTATE_3D_MODE field definitions for Gen12 and Gen12.5.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 14 Jan 2021 03:50:00 +0000 (19:50 -0800)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 24 Feb 2021 05:14:42 +0000 (21:14 -0800)
commita2a17bf25ea1ffcf083b8d248d318f3333714655
tree80bfc0a9323e67ca768052a770cd4afe2ba82da4
parent7e77bfb68a9e46cda66702cb375249e5ae412153
intel/genxml: Fix pixel hashing 3DSTATE_3D_MODE field definitions for Gen12 and Gen12.5.

The former "Subslice Hashing Mode" field is no longer used by the
hardware, Gen12 parts always do 16x16 subslice pixel hashing -- Remove
it since it's no longer useful.  In addition add a couple of bits that
will be useful in order to make some adjustments to the default pixel
pipe hashing behavior.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8749>
src/intel/genxml/gen12.xml
src/intel/genxml/gen125.xml