mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
29 lines
890 B
Diff
29 lines
890 B
Diff
From 30c07b172a2ecc6f97ba2a781568806ecd8c10f7 Mon Sep 17 00:00:00 2001
|
|
From: chewitt <github@chrishewitt.net>
|
|
Date: Sat, 13 Apr 2019 05:41:51 +0000
|
|
Subject: [PATCH 01/88] HACK: set meson-gx cma pool to 896MB
|
|
|
|
This change sets the CMA pool to a larger 896MB! value for vdec use
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
index 0edd137151f8..797e193af8e3 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
@@ -46,7 +46,7 @@
|
|
linux,cma {
|
|
compatible = "shared-dma-pool";
|
|
reusable;
|
|
- size = <0x0 0x10000000>;
|
|
+ size = <0x0 0x38000000>;
|
|
alignment = <0x0 0x400000>;
|
|
linux,cma-default;
|
|
};
|
|
--
|
|
2.17.1
|
|
|