intel/l3/gfx11+: Add tile cache partition to intel_l3_config struct.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25493>
This commit is contained in:
Francisco Jerez 2023-09-29 00:44:00 -07:00
parent 9d73bfc9cd
commit 19e62e8fba

View file

@ -48,6 +48,8 @@ enum intel_l3_partition {
INTEL_L3P_C,
/** Texture cache. */
INTEL_L3P_T,
/** Unified tile cache. */
INTEL_L3P_TC,
/** Number of supported L3 partitions. */
INTEL_NUM_L3P
};