mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 12:20:17 +01:00
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:
parent
9d73bfc9cd
commit
19e62e8fba
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue