From mboxrd@z Thu Jan 1 00:00:00 1970 From: archit taneja Subject: Re: omapfb: no driver for display Date: Sat, 19 Feb 2011 16:15:15 +0530 Message-ID: <4D5F9F3B.6000507@ti.com> References: <4D5DF547.7010703@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:50598 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027Ab1BSKny (ORCPT ); Sat, 19 Feb 2011 05:43:54 -0500 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Ming Lei Cc: Felipe Contreras , Sung Hee Park , Bryan Wu , "linux-omap@vger.kernel.org" , "Semwal, Sumit" Hi, Which board are you on? For all the display devices you add in the board file, you should have the corresponding drivers in the menuconfig set also. For example, in board3430-sdp.c, we add a sharp ls, a dvi and venc panel. We therefore select sharpls and generic dpi panel in menuconfig. and at least DPI and VENC in the interfaces menu. On Saturday 19 February 2011 03:30 PM, Ming Lei wrote: > Hi, > > 2011/2/19 Felipe Contreras: >> Are you sure? AFAIK early_param is executed _after_ memory blocks are reserved. > > Yes, I am sure. > > If 'vram=16M' is passed in, I can find the below: > > [ 0.000000] Memory: 1008MB = 1008MB total > > but if 'vram=8M' is taken, will be > > [ 0.000000] Memory: 1016MB = 1016MB total > > You may have a try on your board to confirm it. > > > thanks,