summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/google/zuma-gpu.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/dts/google/zuma-gpu.dtsi')
-rw-r--r--arch/arm64/boot/dts/google/zuma-gpu.dtsi27
1 files changed, 26 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/google/zuma-gpu.dtsi b/arch/arm64/boot/dts/google/zuma-gpu.dtsi
index 38deafb36..91ee49c73 100644
--- a/arch/arm64/boot/dts/google/zuma-gpu.dtsi
+++ b/arch/arm64/boot/dts/google/zuma-gpu.dtsi
@@ -10,8 +10,33 @@
mali_mgm: physical-memory-group-manager {
compatible = "arm,physical-memory-group-manager";
+ /* Memory groups */
+ groups =
+ "gpu_g0",
+ "gpu_g1";
+
+ /* Base partition index for each group */
+ group_base_pt = <0 10>;
+
+ /* Number of partitions for each group */
+ group_pt_num = <10 1>;
+
/* SLC partitions */
- pt_id = "gpu_write_alloc";
+ pt_id =
+ "gpu_g0_p0",
+ "gpu_g0_p1",
+ "gpu_g0_p2",
+ "gpu_g0_p3",
+ "gpu_g0_p4",
+ "gpu_g0_p5",
+ "gpu_g0_p6",
+ "gpu_g0_p7",
+ "gpu_g0_p8",
+ "gpu_g0_p9",
+ "gpu_g1_p0";
+
+ /* SLC partition sizes KB */
+ pt_size = <512 1024 1536 2048 3072 4096 6144 8192 12288 16384 16384>;
};
mali_pma: protected-memory-allocator {