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: Tue, 17 May 2011 14:44:31 +0300 Message-ID: <1305632671.1847.5.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> <1305535980.2002.34.camel@deskari> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:56603 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753570Ab1EQLoi (ORCPT ); Tue, 17 May 2011 07:44:38 -0400 Received: by mail-ew0-f49.google.com with SMTP id 3so120998ewy.36 for ; Tue, 17 May 2011 04:44:36 -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 , "tony@atomide.com" , "linux-omap@vger.kernel.org" , Stanley Miao On Mon, 2011-05-16 at 16:56 +0530, Janorkar, Mayuresh wrote: > > > -----Original Message----- > > From: Valkeinen, Tomi > > Sent: Monday, May 16, 2011 2:23 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 > > +static struct omap_dss_device ldp_lcd_device = { > > + .name = "lcd", > > + .driver_name = "generic_dpi_panel", > > + .type = OMAP_DISPLAY_TYPE_DPI, > > + .phy.dpi.data_lines = 16, > > From a working DSS code at: > http://lxr.linux.no/#linux+v2.6.38/drivers/video/omap/lcd_ldp.c > .data_lines should be 18 Right, I missed that. Thanks. Tomi