File tree 2 files changed +42
-2
lines changed
arch/arm/boot/dts/overlays 2 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -1023,8 +1023,12 @@ Name: vc4-kms-v3d
1023
1023
Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver. Running startx or
1024
1024
booting to GUI while this overlay is in use will cause interesting
1025
1025
lockups.
1026
- Load: dtoverlay=vc4-kms-v3d
1027
- Params: <None>
1026
+ Load: dtoverlay=vc4-kms-v3d,<param>
1027
+ Params: cma-256 CMA is 256MB, 256MB-aligned (needs 1GB)
1028
+ cma-192 CMA is 192MB, 256MB-aligned (needs 1GB)
1029
+ cma-128 CMA is 128MB, 128MB-aligned
1030
+ cma-96 CMA is 96MB, 128MB-aligned
1031
+ cma-64 CMA is 64MB, 64MB-aligned
1028
1032
1029
1033
1030
1034
Name: vga666
Original file line number Diff line number Diff line change 94
94
bootargs = "cma=256M@256M";
95
95
};
96
96
};
97
+
98
+ fragment@5 {
99
+ target-path = "/chosen";
100
+ __dormant__ {
101
+ bootargs = "cma=192M@256M";
102
+ };
103
+ };
104
+
105
+ fragment@6 {
106
+ target-path = "/chosen";
107
+ __dormant__ {
108
+ bootargs = "cma=128M@128M";
109
+ };
110
+ };
111
+
112
+ fragment@7 {
113
+ target-path = "/chosen";
114
+ __dormant__ {
115
+ bootargs = "cma=96M@128M";
116
+ };
117
+ };
118
+
119
+ fragment@8 {
120
+ target-path = "/chosen";
121
+ __dormant__ {
122
+ bootargs = "cma=64M@64M";
123
+ };
124
+ };
125
+
126
+ __overrides__ {
127
+ cma-256 = <0>,"+4-5-6-7-8";
128
+ cma-192 = <0>,"-4+5-6-7-8";
129
+ cma-128 = <0>,"-4-5+6-7-8";
130
+ cma-96 = <0>,"-4-5-6+7-8";
131
+ cma-64 = <0>,"-4-5-6-7+8";
132
+ };
97
133
};
You can’t perform that action at this time.
0 commit comments