Early gpio_request on LDP for LCD fails

2009-06-04 Thread Venkatesh, Subbu
Hi, I am getting failed messages when I try gpio_request for LCD in the early board_init (GPIO number is (9+OMAP_GPIO_LINES_MAX)). Could any one suggest me how to resolve it, or any inputs are appreicated. Regards, Subbu-- To unsubscribe from this list: send the line unsubscribe linux-omap in

RE: DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git

2009-06-04 Thread Venkatesh, Subbu
From: Tomi Valkeinen [tomi.valkei...@nokia.com] Sent: Thursday, June 04, 2009 1:59 AM To: Venkatesh, Subbu Cc: Shah, Hardik; linux-omap@vger.kernel.org; Mande, Nikhil; Castaneda Gonzalez, Axel; Miesen, Sharon Subject: Re: DSS2: Compilation Error on Git tree http://www.bat.org

Early gpio_request on LDP for LCD fails

2009-06-04 Thread Venkatesh, Subbu
Hi, I am getting failed messages when I try gpio_request for LCD in the early board_init (GPIO number is (9+OMAP_GPIO_LINES_MAX)). Could any one suggest me how to resolve it, or any inputs are appreicated. Regards, Subbu -- To unsubscribe from this list: send the line unsubscribe linux-omap in

DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git

2009-06-03 Thread Venkatesh, Subbu
Hi Tomi, I did git pull to update my tree, later compiling code for LDP, I am getting compilation error as show below. I see that I am missing declaration of struct omap_dss_display_config in display.h file, could you please comment on it... arch/arm/mach-omap2/board-ldp.c:368: warning:

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
...@nokia.com] Sent: Tuesday, June 02, 2009 3:21 AM To: ext halli manjunatha Cc: Venkatesh, Subbu; linux-omap@vger.kernel.org; Shah, Hardik Subject: Re: DSS2: How to test TV and LCD output simulatenously Hi, On Tue, 2009-06-02 at 06:22 +0200, ext halli manjunatha wrote: Hi subbu, first boot the board

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
features. Regards, Subbu From: Gary Thomas [g...@mlbassoc.com] Sent: Tuesday, June 02, 2009 6:52 AM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah, Hardik; tomi.valkei...@nokia.com Subject: Re: DSS2: How to test TV and LCD output simulatenously

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
Hello Gary, I have already emailed the patch, here is the link.. http://patchwork.kernel.org/patch/24196/ Regards, Subbu From: Gary Thomas [g...@mlbassoc.com] Sent: Tuesday, June 02, 2009 10:38 AM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
, June 02, 2009 2:02 PM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah, Hardik; tomi.valkei...@nokia.com Subject: Re: DSS2: How to test TV and LCD output simulatenously Gary Thomas wrote: Venkatesh, Subbu wrote: Hello Gary, I have already emailed the patch, here is the link.. http

RE: DSS2: SYNC Lost error on mirroring enabled

2009-06-01 Thread Venkatesh, Subbu
, 2009 7:20 AM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah, Hardik; Castaneda Gonzalez, Axel; Mande, Nikhil Subject: RE: DSS2: SYNC Lost error on mirroring enabled Hi, On Fri, 2009-05-29 at 14:06 +0200, ext Venkatesh, Subbu wrote: Hello Tomi, I have no problem with the Roatation using

RE: DSS2: SYNC Lost error on mirroring enabled

2009-05-29 Thread Venkatesh, Subbu
From: Tomi Valkeinen [tomi.valkei...@nokia.com] Sent: Friday, May 29, 2009 1:51 AM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah, Hardik; Castaneda Gonzalez, Axel; Mande, Nikhil Subject: Re: DSS2: SYNC Lost error on mirroring enabled On Fri, 2009-05-29 at 03:32 +0200, ext

DSS2: SYNC Lost error on mirroring enabled

2009-05-28 Thread Venkatesh, Subbu
Hi, I am getting SYNC LOSTerror on OMAP development board ( LDP ), this happens when I enable mirroring by a command #echo 1 /sys/class/graphics/fb0/mirror In brief, recently I ported board related funtions to support both LCD and TV displays on Omap LDP, mirroring works on TV but not LCD.