linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts
@ 2010-07-12 10:42 Igor Grinberg
  2010-07-18 10:11 ` Igor Grinberg
  2010-07-21 14:36 ` Igor Grinberg
  0 siblings, 2 replies; 5+ messages in thread
From: Igor Grinberg @ 2010-07-12 10:42 UTC (permalink / raw)
  To: Tomi Valkeinen
  Cc: Tony Lindgren, linux-omap, linux-fbdev, Igor Grinberg,
	Mike Rapoport

TDO35S samples the data on the falling adge of the pixel clock,
therefore the data strobe should be on the raising edge.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 .../video/omap2/displays/panel-toppoly-tdo35s.c    |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
index fa434ca..e320e67 100644
--- a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
+++ b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
@@ -73,8 +73,12 @@ static void toppoly_tdo_panel_power_off(struct omap_dss_device *dssdev)
 
 static int toppoly_tdo_panel_probe(struct omap_dss_device *dssdev)
 {
-	dssdev->panel.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
-		OMAP_DSS_LCD_IHS;
+	dssdev->panel.config = OMAP_DSS_LCD_TFT |
+			       OMAP_DSS_LCD_IVS |
+			       OMAP_DSS_LCD_IHS |
+			       OMAP_DSS_LCD_IPC |
+			       OMAP_DSS_LCD_ONOFF;
+
 	dssdev->panel.timings = toppoly_tdo_panel_timings;
 
 	return 0;
-- 
1.7.1


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

* Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts
  2010-07-12 10:42 [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts Igor Grinberg
@ 2010-07-18 10:11 ` Igor Grinberg
  2010-07-21 14:36 ` Igor Grinberg
  1 sibling, 0 replies; 5+ messages in thread
From: Igor Grinberg @ 2010-07-18 10:11 UTC (permalink / raw)
  To: Igor Grinberg
  Cc: Tomi Valkeinen, Tony Lindgren, linux-omap, linux-fbdev,
	Mike Rapoport

Tomi,

Any comments?

> TDO35S samples the data on the falling adge of the pixel clock,
> therefore the data strobe should be on the raising edge.
>
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
>  .../video/omap2/displays/panel-toppoly-tdo35s.c    |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> index fa434ca..e320e67 100644
> --- a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> +++ b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> @@ -73,8 +73,12 @@ static void toppoly_tdo_panel_power_off(struct omap_dss_device *dssdev)
>  
>  static int toppoly_tdo_panel_probe(struct omap_dss_device *dssdev)
>  {
> -	dssdev->panel.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
> -		OMAP_DSS_LCD_IHS;
> +	dssdev->panel.config = OMAP_DSS_LCD_TFT |
> +			       OMAP_DSS_LCD_IVS |
> +			       OMAP_DSS_LCD_IHS |
> +			       OMAP_DSS_LCD_IPC |
> +			       OMAP_DSS_LCD_ONOFF;
> +
>  	dssdev->panel.timings = toppoly_tdo_panel_timings;
>  
>  	return 0;
>   

-- 
Regards,
Igor.


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

* Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts
  2010-07-12 10:42 [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts Igor Grinberg
  2010-07-18 10:11 ` Igor Grinberg
@ 2010-07-21 14:36 ` Igor Grinberg
  2010-07-26  8:03   ` Tomi Valkeinen
  1 sibling, 1 reply; 5+ messages in thread
From: Igor Grinberg @ 2010-07-21 14:36 UTC (permalink / raw)
  To: Igor Grinberg
  Cc: Tomi Valkeinen, Tony Lindgren, linux-omap, linux-fbdev,
	Mike Rapoport

ping!
> TDO35S samples the data on the falling adge of the pixel clock,
> therefore the data strobe should be on the raising edge.
>
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
>  .../video/omap2/displays/panel-toppoly-tdo35s.c    |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> index fa434ca..e320e67 100644
> --- a/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> +++ b/drivers/video/omap2/displays/panel-toppoly-tdo35s.c
> @@ -73,8 +73,12 @@ static void toppoly_tdo_panel_power_off(struct omap_dss_device *dssdev)
>  
>  static int toppoly_tdo_panel_probe(struct omap_dss_device *dssdev)
>  {
> -	dssdev->panel.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
> -		OMAP_DSS_LCD_IHS;
> +	dssdev->panel.config = OMAP_DSS_LCD_TFT |
> +			       OMAP_DSS_LCD_IVS |
> +			       OMAP_DSS_LCD_IHS |
> +			       OMAP_DSS_LCD_IPC |
> +			       OMAP_DSS_LCD_ONOFF;
> +
>  	dssdev->panel.timings = toppoly_tdo_panel_timings;
>  
>  	return 0;
>   

-- 
Regards,
Igor.


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

* Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts
  2010-07-21 14:36 ` Igor Grinberg
@ 2010-07-26  8:03   ` Tomi Valkeinen
  2010-07-26  8:34     ` Igor Grinberg
  0 siblings, 1 reply; 5+ messages in thread
From: Tomi Valkeinen @ 2010-07-26  8:03 UTC (permalink / raw)
  To: ext Igor Grinberg
  Cc: Tony Lindgren, linux-omap@vger.kernel.org,
	linux-fbdev@vger.kernel.org, Mike Rapoport

On Wed, 2010-07-21 at 16:36 +0200, ext Igor Grinberg wrote:
> ping!

Man has to have his vacation!

> > TDO35S samples the data on the falling adge of the pixel clock,
> > therefore the data strobe should be on the raising edge.

Looks fine to me, except I'd like the patch subject to be in line with
the other patches (ie. prefixed by OMAP: DSS2: ...), and I think it
should describe the change more precisely, perhaps something like "fix
the video signal".

I can make those changes as I apply it to my tree, if it's ok to you.

 Tomi



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

* Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts
  2010-07-26  8:03   ` Tomi Valkeinen
@ 2010-07-26  8:34     ` Igor Grinberg
  0 siblings, 0 replies; 5+ messages in thread
From: Igor Grinberg @ 2010-07-26  8:34 UTC (permalink / raw)
  To: Tomi Valkeinen
  Cc: Tony Lindgren, linux-omap@vger.kernel.org,
	linux-fbdev@vger.kernel.org, Mike Rapoport

>
> On Wed, 2010-07-21 at 16:36 +0200, ext Igor Grinberg wrote:
>   
>> ping!
>>     
> Man has to have his vacation!
>
>   

Well, sorry for that...
I had no idea you are on vacation, but I hope you had a good one :)

>>> TDO35S samples the data on the falling adge of the pixel clock,
>>> therefore the data strobe should be on the raising edge.
>>>       
> Looks fine to me, except I'd like the patch subject to be in line with
> the other patches (ie. prefixed by OMAP: DSS2: ...), and I think it
> should describe the change more precisely, perhaps something like "fix
> the video signal".
>
>   

I'm still new to omap and mostly worked on pxa's till now,
so I brought the subject from there...

> I can make those changes as I apply it to my tree, if it's ok to you.
>   

It is completely fine with me :)

>  Tomi
>
>
> --
> 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
>
>   

-- 
Regards,
Igor.


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

end of thread, other threads:[~2010-07-26  8:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 10:42 [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts Igor Grinberg
2010-07-18 10:11 ` Igor Grinberg
2010-07-21 14:36 ` Igor Grinberg
2010-07-26  8:03   ` Tomi Valkeinen
2010-07-26  8:34     ` Igor Grinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).