Module: Mesa Branch: main Commit: 19e62e8fbadfeacbafc9696ada7c210fb2a70efc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19e62e8fbadfeacbafc9696ada7c210fb2a70efc
Author: Francisco Jerez <curroje...@riseup.net> Date: Fri Sep 29 00:44:00 2023 -0700 intel/l3/gfx11+: Add tile cache partition to intel_l3_config struct. Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25493> --- src/intel/common/intel_l3_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/common/intel_l3_config.h b/src/intel/common/intel_l3_config.h index 42dc4532992..3f478cb51ee 100644 --- a/src/intel/common/intel_l3_config.h +++ b/src/intel/common/intel_l3_config.h @@ -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 };