From 19e62e8fbadfeacbafc9696ada7c210fb2a70efc Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Fri, 29 Sep 2023 00:44:00 -0700 Subject: [PATCH] intel/l3/gfx11+: Add tile cache partition to intel_l3_config struct. Reviewed-by: Lionel Landwerlin Part-of: --- 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 };