bcm2708: Drop CMA alignment from FKMS mode as well.
authorEric Anholt <eric@anholt.net>
Wed, 21 Jun 2017 16:03:51 +0000 (09:03 -0700)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 03:00:06 +0000 (03:00 +0000)
I dropped it from KMS mode in d88274d88ed81de1ade8e18e4c0ed91792ec82ea
and should have done both of them at that time.

Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/overlays/vc4-fkms-v3d-overlay.dts

index 95a595a35cb4fbb707bf4b18161f6a46860aa4ae..36fbf6c8c2e612a6dc5aa02d77cc8173098c16ca 100644 (file)
        fragment@0 {
                target-path = "/chosen";
                __overlay__ {
-                       bootargs = "cma=256M@256M";
+                       bootargs = "cma=256M";
                };
        };
 
        fragment@1 {
                target-path = "/chosen";
                __dormant__ {
-                       bootargs = "cma=192M@256M";
+                       bootargs = "cma=192M";
                };
        };
 
        fragment@2 {
                target-path = "/chosen";
                __dormant__ {
-                       bootargs = "cma=128M@128M";
+                       bootargs = "cma=128M";
                };
        };
 
        fragment@3 {
                target-path = "/chosen";
                __dormant__ {
-                       bootargs = "cma=96M@128M";
+                       bootargs = "cma=96M";
                };
        };
 
        fragment@4 {
                target-path = "/chosen";
                __dormant__ {
-                       bootargs = "cma=64M@64M";
+                       bootargs = "cma=64M";
                };
        };