From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: RE: [PATCH 4/6] OMAP: LDP: Port the display driver to new DSS2 Date: Thu, 12 May 2011 17:47:04 +0300 Message-ID: <1305211624.2062.62.camel@deskari> References: <1304926567-26814-1-git-send-email-tomi.valkeinen@ti.com> <1304926567-26814-5-git-send-email-tomi.valkeinen@ti.com> <1305095563.2097.11.camel@deskari> <4DCB80DD.5090408@compulab.co.il> <4DCB8937.2060101@compulab.co.il> <4DCB9C71.2020503@compulab.co.il> <4DCBC273.9030807@compulab.co.il> <1305200857.2062.24.camel@deskari> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aob106.obsmtp.com ([74.125.149.76]:35438 "EHLO na3sys009aog106.obsmtp.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757842Ab1ELOrM (ORCPT ); Thu, 12 May 2011 10:47:12 -0400 Received: by mail-ew0-f42.google.com with SMTP id 2so598434ewy.15 for ; Thu, 12 May 2011 07:47:07 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Janorkar, Mayuresh" Cc: Igor Grinberg , "linux-omap@vger.kernel.org" , Stanley Miao On Thu, 2011-05-12 at 20:06 +0530, Janorkar, Mayuresh wrote: > > -----Original Message----- > > From: Valkeinen, Tomi > > Sent: Thursday, May 12, 2011 5:18 PM > > To: Igor Grinberg > > Cc: Janorkar, Mayuresh; tony@atomide.com; linux-omap@vger.kernel.org; > > Stanley Miao > > Subject: Re: [PATCH 4/6] OMAP: LDP: Port the display driver to new DSS2 > > > > On Thu, 2011-05-12 at 14:20 +0300, Igor Grinberg wrote: > > > > > Right. Do both fixes make it work? > > > > > > If it is, then Tomi, > > > will you add both fixes to the patch set with our SOBs? > > > or do you want this to be sent properly as a follow up? > > > > Yes, I can add these all to the same patch and handle it through DSS > > tree. Although due to the reluctance to make changes to arch/arm/*omap*, > > I guess we'll pass these patches in this merge window. > > > > Mayuresh, if you're able to test this and it works, can you send me the > > full diff so that I don't make any mistakes combining the code? > > > > Tomi > > > > Please find the patch below. > I have also attached the same. > > There are formatting problems with this patch. But this can be used as a reference. > > I have verified bootup with Penguins on LDP board. Why did you create a new panel for LDP? The generic panel driver should handle it well enough. The attached panel driver is also quite messed up. It does things that belong to the board file, and the timings are a bit high, giving refresh rate of 120MHz. Does LDP have a 120MHz panel? Tomi