From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout3.w1.samsung.com ([210.118.77.13]:31525 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753098AbcFHHsc (ORCPT ); Wed, 8 Jun 2016 03:48:32 -0400 Subject: Re: [PATCH 1/3] ARM: dts: exynos: replace hardcoded reserved memory ranges with auto-allocated ones To: Marek Szyprowski , linux-media@vger.kernel.org, linux-samsung-soc@vger.kernel.org References: <2241b7f4-4565-d17b-10f3-5c27cd9985da@osg.samsung.com> <1465301018-9671-1-git-send-email-m.szyprowski@samsung.com> Cc: Sylwester Nawrocki , Kamil Debski , Kukjin Kim , Javier Martinez Canillas , Bartlomiej Zolnierkiewicz From: Krzysztof Kozlowski Message-id: <5757CDCC.3010407@samsung.com> Date: Wed, 08 Jun 2016 09:48:28 +0200 MIME-version: 1.0 In-reply-to: <1465301018-9671-1-git-send-email-m.szyprowski@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 06/07/2016 02:03 PM, Marek Szyprowski wrote: > Generic reserved memory regions bindings allow to automatically allocate > region of given parameters (alignment and size), so use this feature > instead of the hardcoded values, which had no dependency on the real > hardware. This patch also increases "left" region from 8MiB to 16MiB to > make the codec really usable with nowadays steams (with 8MiB reserved > region it was not even possible to decode 480p H264 video). > > Signed-off-by: Marek Szyprowski > --- > arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Applied all three on top of topic branch. Thanks, Krzysztof