public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* omapfb not working on beagleboard
@ 2008-09-12 11:22 Felipe Contreras
  2008-09-12 16:13 ` arun c
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe Contreras @ 2008-09-12 11:22 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

Hi,

I was getting bad image with the current omapfb on the Beagle Board
until Mans Rullgard told me to change the bits per pixel to 16.

Is there any reason why it's 24?
drivers/video/omap/lcd_omap3beagle.c

-- 
Felipe Contreras

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

* Re: omapfb not working on beagleboard
  2008-09-12 11:22 omapfb not working on beagleboard Felipe Contreras
@ 2008-09-12 16:13 ` arun c
  2008-09-12 22:28   ` [PATCH] omapfb: use proper bits per pixel for beagleboard Felipe Contreras
  0 siblings, 1 reply; 4+ messages in thread
From: arun c @ 2008-09-12 16:13 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: linux-omap@vger.kernel.org

On Fri, Sep 12, 2008 at 4:52 PM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> Hi,
>
> I was getting bad image with the current omapfb on the Beagle Board
> until Mans Rullgard told me to change the bits per pixel to 16.
>
> Is there any reason why it's 24?

As far as I know omapfb doesn't support 24bpp.


> drivers/video/omap/lcd_omap3beagle.c
>
> --
> Felipe Contreras
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* [PATCH] omapfb: use proper bits per pixel for beagleboard.
  2008-09-12 16:13 ` arun c
@ 2008-09-12 22:28   ` Felipe Contreras
  2008-09-12 23:52     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Felipe Contreras @ 2008-09-12 22:28 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Contreras

This was suggested by Mans Rullgard, otherwise it doesn't work.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 drivers/video/omap/lcd_omap3beagle.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c
index 9637735..dc59f39 100644
--- a/drivers/video/omap/lcd_omap3beagle.c
+++ b/drivers/video/omap/lcd_omap3beagle.c
@@ -66,7 +66,7 @@ struct lcd_panel omap3beagle_panel = {
 	.name		= "omap3beagle",
 	.config		= OMAP_LCDC_PANEL_TFT,
 
-	.bpp		= 24,
+	.bpp		= 16,
 	.data_lines	= 24,
 	.x_res		= LCD_XRES,
 	.y_res		= LCD_YRES,
-- 
1.6.0.1


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

* Re: [PATCH] omapfb: use proper bits per pixel for beagleboard.
  2008-09-12 22:28   ` [PATCH] omapfb: use proper bits per pixel for beagleboard Felipe Contreras
@ 2008-09-12 23:52     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2008-09-12 23:52 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: linux-omap

* Felipe Contreras <felipe.contreras@gmail.com> [080912 15:28]:
> This was suggested by Mans Rullgard, otherwise it doesn't work.

Pushing today.

Tony

> 
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
>  drivers/video/omap/lcd_omap3beagle.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c
> index 9637735..dc59f39 100644
> --- a/drivers/video/omap/lcd_omap3beagle.c
> +++ b/drivers/video/omap/lcd_omap3beagle.c
> @@ -66,7 +66,7 @@ struct lcd_panel omap3beagle_panel = {
>  	.name		= "omap3beagle",
>  	.config		= OMAP_LCDC_PANEL_TFT,
>  
> -	.bpp		= 24,
> +	.bpp		= 16,
>  	.data_lines	= 24,
>  	.x_res		= LCD_XRES,
>  	.y_res		= LCD_YRES,
> -- 
> 1.6.0.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-09-12 23:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-12 11:22 omapfb not working on beagleboard Felipe Contreras
2008-09-12 16:13 ` arun c
2008-09-12 22:28   ` [PATCH] omapfb: use proper bits per pixel for beagleboard Felipe Contreras
2008-09-12 23:52     ` Tony Lindgren

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