summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/include/uapi/gpu/arm/midgard/platform/pixel/pixel_memory_group_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/include/uapi/gpu/arm/midgard/platform/pixel/pixel_memory_group_manager.h b/common/include/uapi/gpu/arm/midgard/platform/pixel/pixel_memory_group_manager.h
index 8259516..b575c79 100644
--- a/common/include/uapi/gpu/arm/midgard/platform/pixel/pixel_memory_group_manager.h
+++ b/common/include/uapi/gpu/arm/midgard/platform/pixel/pixel_memory_group_manager.h
@@ -20,6 +20,9 @@ enum pixel_mgm_group_id
/* Group for memory that should be cached in the system level cache. */
MGM_SLC_GROUP_ID = 1,
+ /* Group for memory explicitly allocated in SLC. */
+ MGM_SLC_EXPLICIT_GROUP_ID = 2,
+
/* Imported memory is handled by the allocator of the memory, and the Mali
* DDK will request a group_id for such memory via mgm_get_import_memory_id().
* We specify which group we want to use for this here.