From patchwork Mon Aug 23 08:51:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Rapoport X-Patchwork-Id: 123691 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7N9QZRM027645 for ; Mon, 23 Aug 2010 09:41:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753515Ab0HWIwb (ORCPT ); Mon, 23 Aug 2010 04:52:31 -0400 Received: from compulab.co.il ([67.18.134.219]:53509 "EHLO compulab.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202Ab0HWIw3 (ORCPT ); Mon, 23 Aug 2010 04:52:29 -0400 Received: from mail.linux-boards.com ([192.114.83.142] helo=zimbra-mta.compulab.co.il) by compulab.site5.com with esmtp (Exim 4.69) (envelope-from ) id 1OnSlY-00057R-L4; Mon, 23 Aug 2010 03:52:29 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra-mta.compulab.co.il (Postfix) with ESMTP id B66607E9050; Mon, 23 Aug 2010 11:52:27 +0300 (IDT) X-Virus-Scanned: amavisd-new at compulab.co.il Received: from zimbra-mta.compulab.co.il ([127.0.0.1]) by localhost (zimbra-mta.compulab.co.il [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fv5oR48aoJiJ; Mon, 23 Aug 2010 11:52:26 +0300 (IDT) Received: from [10.1.1.77] (droid.compulab.local [10.1.1.77]) by zimbra-mta.compulab.co.il (Postfix) with ESMTP id 5321E7E8B55; Mon, 23 Aug 2010 11:52:26 +0300 (IDT) Message-ID: <4C7236A2.7080701@compulab.co.il> Date: Mon, 23 Aug 2010 11:51:46 +0300 From: Mike Rapoport User-Agent: Thunderbird 2.0.0.23 (X11/20100106) MIME-Version: 1.0 To: Tomi Valkeinen CC: "Palande Ameya (Nokia-MS/Helsinki)" , linux-omap , Mike Rapoport Subject: Re: DSS2 broken with 36-rc1 References: <1281962906.1888.25.camel@chotu> <4C72192A.9050801@compulab.co.il> <1282547709.2202.1.camel@tubuntu.research.nokia.com> <4C722115.50401@compulab.co.il> <1282548930.2202.16.camel@tubuntu.research.nokia.com> In-Reply-To: <1282548930.2202.16.camel@tubuntu.research.nokia.com> X-Enigmail-Version: 0.95.7 X-ACL-Warn: { X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - compulab.site5.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Source: X-Source-Args: X-Source-Dir: Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 23 Aug 2010 09:41:29 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-rx51-video.c b/arch/arm/mach-omap2/board-rx51-video.c index 5a1005b..fdfe844 100644 --- a/arch/arm/mach-omap2/board-rx51-video.c +++ b/arch/arm/mach-omap2/board-rx51-video.c @@ -101,6 +101,7 @@ void __init rx51_video_mem_init(void) */ omap_vram_set_sdram_vram(PAGE_ALIGN(864 * 480 * 4) + 2 * PAGE_ALIGN(1280 * 720 * 4 * 2), 0); + omap_vram_reserve_sdram_memblock(); } #else