public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git
@ 2009-06-03 14:07 Venkatesh, Subbu
  2009-06-04  6:59 ` Tomi Valkeinen
  0 siblings, 1 reply; 3+ messages in thread
From: Venkatesh, Subbu @ 2009-06-03 14:07 UTC (permalink / raw)
  To: tomi.valkeinen@nokia.com
  Cc: Shah, Hardik, linux-omap@vger.kernel.org, Mande, Nikhil,
	Castaneda Gonzalez, Axel, Miesen, Sharon

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git
  2009-06-03 14:07 DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git Venkatesh, Subbu
@ 2009-06-04  6:59 ` Tomi Valkeinen
  2009-06-05  0:00   ` Venkatesh, Subbu
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2009-06-04  6:59 UTC (permalink / raw)
  To: ext Venkatesh, Subbu
  Cc: Shah, Hardik, linux-omap@vger.kernel.org, Mande, Nikhil,
	Castaneda Gonzalez, Axel, Miesen, Sharon

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git
  2009-06-04  6:59 ` Tomi Valkeinen
@ 2009-06-05  0:00   ` Venkatesh, Subbu
  0 siblings, 0 replies; 3+ messages in thread
From: Venkatesh, Subbu @ 2009-06-05  0:00 UTC (permalink / raw)
  To: tomi.valkeinen@nokia.com
  Cc: Shah, Hardik, linux-omap@vger.kernel.org, Mande, Nikhil,
	Castaneda Gonzalez, Axel, Miesen, Sharon

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.valkeinen@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-05  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03 14:07 DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git Venkatesh, Subbu
2009-06-04  6:59 ` Tomi Valkeinen
2009-06-05  0:00   ` Venkatesh, Subbu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox