From: Eric Anholt Date: Wed, 21 Jun 2017 16:03:51 +0000 (-0700) Subject: bcm2708: Drop CMA alignment from FKMS mode as well. X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~5^2~184 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df3c9a8d50b1ededc7151d4fa4c4915d8ac0b47d;p=linux-4.9.git bcm2708: Drop CMA alignment from FKMS mode as well. I dropped it from KMS mode in d88274d88ed81de1ade8e18e4c0ed91792ec82ea and should have done both of them at that time. Signed-off-by: Eric Anholt --- diff --git a/arch/arm/boot/dts/overlays/vc4-fkms-v3d-overlay.dts b/arch/arm/boot/dts/overlays/vc4-fkms-v3d-overlay.dts index 95a595a35cb4..36fbf6c8c2e6 100644 --- a/arch/arm/boot/dts/overlays/vc4-fkms-v3d-overlay.dts +++ b/arch/arm/boot/dts/overlays/vc4-fkms-v3d-overlay.dts @@ -11,35 +11,35 @@ 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"; }; };