intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 17 Jan 2020 17:23:14 +0000 (11:23 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 31 Jan 2020 00:45:53 +0000 (18:45 -0600)
commit73434b665b2ec50cbd1060ce831aec3b2e21517c
tree65644e0d8ff5bea5cf9b0a0c3e6b2c0a0709bdc2
parente1bdb127b6875df602bd736465d597725f326621
intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11

SML is no longer in the L3$ on Gen11+.  It's not incredibly clear from
the docs but no Gen11 platforms are in the list of platforms on which
this bit exists.  Also, we've been always setting it false on Gen11 in
ANV and i965 thanks to GEN_L3P_SLM being zero with no ill effects.

Cc: "20.0" mesa-stable@lists.freedesktop.org
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3454>
src/gallium/drivers/iris/iris_state.c
src/intel/genxml/gen11.xml
src/intel/vulkan/genX_cmd_buffer.c
src/mesa/drivers/dri/i965/gen7_l3_state.c