Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1568658 > unrolled thread

[PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2017-01-27 21:20 +0100
Last post2017-01-28 17:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size Javier Martinez Canillas <javier@osg.samsung.com> - 2017-01-27 21:20 +0100
    Re: [PATCH] ARM: dts: exynos: Increase MFC left reserved memory  region size Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-28 17:00 +0100

#1568658 — [PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2017-01-27 21:20 +0100
Subject[PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size
Message-ID<t4la1-h8-1@gated-at.bofh.it>
The sizes of the MFC reserved memory regions for CMA are 16 MiB for the
left bank and 8 MiB for the right bank. But this isn't enough to decode
high resolution videos so increase the size for the left bank to 36 MiB
which is enough for 1080p (1920x1080).

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi b/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi
index f78c14c82e17..25186ac4188d 100644
--- a/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi
+++ b/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi
@@ -17,7 +17,7 @@
 		mfc_left: region_mfc_left {
 			compatible = "shared-dma-pool";
 			no-map;
-			size = <0x1000000>;
+			size = <0x2400000>;
 			alignment = <0x100000>;
 		};
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1568973 — Re: [PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-01-28 17:00 +0100
SubjectRe: [PATCH] ARM: dts: exynos: Increase MFC left reserved memory region size
Message-ID<t4DzX-3lL-7@gated-at.bofh.it>
In reply to#1568658
On Fri, Jan 27, 2017 at 05:10:46PM -0300, Javier Martinez Canillas wrote:
> The sizes of the MFC reserved memory regions for CMA are 16 MiB for the
> left bank and 8 MiB for the right bank. But this isn't enough to decode
> high resolution videos so increase the size for the left bank to 36 MiB
> which is enough for 1080p (1920x1080).
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
> ---
> 
>  arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Thanks, applied.

Best regards,
Krzysztof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web