Re: [PATCH] This patch adds the driver to turn on the TFP410 framer to get DVI output working on the beagleboard

2008-05-16 Thread Felipe Balbi
On Fri, 16 May 2008 11:12:35 +0200, Koen Kooi <[EMAIL PROTECTED]> wrote: > The default resolution is [EMAIL PROTECTED] > > Signed-off-by: Koen Kooi <[EMAIL PROTECTED]> > --- > arch/arm/mach-omap2/board-omap3beagle.c | 11 +++ > drivers/video/omap/Makefile |1 + > drivers/video

Re: [PATCH] This patch adds the driver to turn on the TFP410 framer to get DVI output working on the beagleboard

2008-05-16 Thread Daniel Stone
On Fri, May 16, 2008 at 11:12:35AM +0200, ext Koen Kooi wrote: > +static int omap3beagle_panel_init(struct lcd_panel *panel, > + struct omapfb_device *fbdev) > +{ > + omap_request_gpio(LCD_PANEL_ENABLE_GPIO); > +X ... ? > + > + return 0; > +} signatur

[PATCH] This patch adds the driver to turn on the TFP410 framer to get DVI output working on the beagleboard

2008-05-16 Thread Koen Kooi
The default resolution is [EMAIL PROTECTED] Signed-off-by: Koen Kooi <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-omap3beagle.c | 11 +++ drivers/video/omap/Makefile |1 + drivers/video/omap/lcd_omap3beagle.c| 135 +++ 3 files changed, 147 i