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

2009-06-04 Thread Venkatesh, Subbu
Hi Tomi,
I ported LDP changes to new Device model, basic features are tested,  let me 
know if I need to resend it.

While testing mirroring, I added new IOCTL for mirroring, so that user 
application can perform operations, do you want me send that patch too?


Regards,
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/~tomba/git/linux-omap-dss.git

On Wed, 2009-06-03 at 16:07 +0200, ext Venkatesh, Subbu wrote:
> 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...

You need to port your LDP changes to newer DSS2 device model. Check how
it's done with OMAP SDP or Beagleboard.

 Tomi



--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-06-04 Thread Tomi Valkeinen
On Wed, 2009-06-03 at 16:07 +0200, ext Venkatesh, Subbu wrote:
> 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...

You need to port your LDP changes to newer DSS2 device model. Check how
it's done with OMAP SDP or Beagleboard.

 Tomi


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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: 'struct omap_display' declared 
inside parameter list
arch/arm/mach-omap2/board-ldp.c:368: warning: its scope is only this definition 
or declaration, which is probably not what you want
arch/arm/mach-omap2/board-ldp.c:383: warning: 'struct omap_display' declared 
inside parameter list
arch/arm/mach-omap2/board-ldp.c:393: error: variable 'omap_ldp_display_data_tv' 
has initializer but incomplete type
arch/arm/mach-omap2/board-ldp.c:394: error: unknown field 'type' specified in 
initializer
arch/arm/mach-omap2/board-ldp.c:394: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:394: warning: (near initialization for 
'omap_ldp_display_data_tv')
arch/arm/mach-omap2/board-ldp.c:395: error: unknown field 'name' specified in 
initializer
arch/arm/mach-omap2/board-ldp.c:395: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:395: warning: (near initialization for 
'omap_ldp_display_data_tv')
arch/arm/mach-omap2/board-ldp.c:396: error: unknown field 'u' specified in 
initializer
arch/arm/mach-omap2/board-ldp.c:396: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:396: warning: (near initialization for 
'omap_ldp_display_data_tv')
arch/arm/mach-omap2/board-ldp.c:397: error: unknown field 'panel_enable' 
specified in initializer
arch/arm/mach-omap2/board-ldp.c:397: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:397: warning: (near initialization for 
'omap_ldp_display_data_tv')
arch/arm/mach-omap2/board-ldp.c:398: error: unknown field 'panel_disable' 
specified in initializer
arch/arm/mach-omap2/board-ldp.c:398: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:398: warning: (near initialization for 
'omap_ldp_display_data_tv')
arch/arm/mach-omap2/board-ldp.c:401: warning: 'struct omap_display' declared 
inside parameter list
arch/arm/mach-omap2/board-ldp.c:425: warning: 'struct omap_display' declared 
inside parameter list
arch/arm/mach-omap2/board-ldp.c:435: error: variable 
'omap_ldp_display_data_lcd' has initializer but incomplete type
arch/arm/mach-omap2/board-ldp.c:436: error: unknown field 'type' specified in 
initializer
arch/arm/mach-omap2/board-ldp.c:436: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:436: warning: (near initialization for 
'omap_ldp_display_data_lcd')
arch/arm/mach-omap2/board-ldp.c:437: error: unknown field 'name' specified in 
initializer
arch/arm/mach-omap2/board-ldp.c:437: warning: excess elements in struct 
initializer
arch/arm/mach-omap2/board-ldp.c:437: warning: (near initialization for 
'omap_ldp_display_data_lcd')

Regards,
Subbu--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html