All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock
@ 2020-04-28  6:45 David Lu
  2020-05-04 20:20   ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: David Lu @ 2020-04-28  6:45 UTC (permalink / raw)
  To: scott.chao
  Cc: David Lu, linux-kernel, dri-devel, David Airlie, Thierry Reding,
	casper.chang, Sam Ravnborg

fix boe_tv105wum_nw0 display shift.

Signed-off-by: David Lu <david.lu@bitland.com.cn>
---
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
index f89861c8598a..46fe1805c588 100644
--- a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
+++ b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
@@ -697,15 +697,15 @@ static const struct panel_desc auo_b101uan08_3_desc = {
 };
 
 static const struct drm_display_mode boe_tv105wum_nw0_default_mode = {
-	.clock = 159260,
+	.clock = 159916,
 	.hdisplay = 1200,
 	.hsync_start = 1200 + 80,
 	.hsync_end = 1200 + 80 + 24,
 	.htotal = 1200 + 80 + 24 + 60,
 	.vdisplay = 1920,
-	.vsync_start = 1920 + 10,
-	.vsync_end = 1920 + 10 + 2,
-	.vtotal = 1920 + 10 + 2 + 14,
+	.vsync_start = 1920 + 20,
+	.vsync_end = 1920 + 20 + 4,
+	.vtotal = 1920 + 20 + 4 + 10,
 	.vrefresh = 60,
 	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
 };
-- 
2.17.1



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock
  2020-04-28  6:45 [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock David Lu
@ 2020-05-04 20:20   ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2020-05-04 20:20 UTC (permalink / raw)
  To: David Lu, Nicolas Boichat
  Cc: scott.chao, linux-kernel, dri-devel, David Airlie,
	Thierry Reding, casper.chang

Hi David.

On Tue, Apr 28, 2020 at 02:45:21PM +0800, David Lu wrote:
> fix boe_tv105wum_nw0 display shift.
> 
> Signed-off-by: David Lu <david.lu@bitland.com.cn>
Added fixes: tag and applied to drm-misc-next.

	Sam

> ---
>  drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> index f89861c8598a..46fe1805c588 100644
> --- a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> +++ b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> @@ -697,15 +697,15 @@ static const struct panel_desc auo_b101uan08_3_desc = {
>  };
>  
>  static const struct drm_display_mode boe_tv105wum_nw0_default_mode = {
> -	.clock = 159260,
> +	.clock = 159916,
>  	.hdisplay = 1200,
>  	.hsync_start = 1200 + 80,
>  	.hsync_end = 1200 + 80 + 24,
>  	.htotal = 1200 + 80 + 24 + 60,
>  	.vdisplay = 1920,
> -	.vsync_start = 1920 + 10,
> -	.vsync_end = 1920 + 10 + 2,
> -	.vtotal = 1920 + 10 + 2 + 14,
> +	.vsync_start = 1920 + 20,
> +	.vsync_end = 1920 + 20 + 4,
> +	.vtotal = 1920 + 20 + 4 + 10,
>  	.vrefresh = 60,
>  	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
>  };
> -- 
> 2.17.1
> 
> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock
@ 2020-05-04 20:20   ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2020-05-04 20:20 UTC (permalink / raw)
  To: David Lu, Nicolas Boichat
  Cc: David Airlie, linux-kernel, dri-devel, Thierry Reding,
	casper.chang, scott.chao

Hi David.

On Tue, Apr 28, 2020 at 02:45:21PM +0800, David Lu wrote:
> fix boe_tv105wum_nw0 display shift.
> 
> Signed-off-by: David Lu <david.lu@bitland.com.cn>
Added fixes: tag and applied to drm-misc-next.

	Sam

> ---
>  drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> index f89861c8598a..46fe1805c588 100644
> --- a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> +++ b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
> @@ -697,15 +697,15 @@ static const struct panel_desc auo_b101uan08_3_desc = {
>  };
>  
>  static const struct drm_display_mode boe_tv105wum_nw0_default_mode = {
> -	.clock = 159260,
> +	.clock = 159916,
>  	.hdisplay = 1200,
>  	.hsync_start = 1200 + 80,
>  	.hsync_end = 1200 + 80 + 24,
>  	.htotal = 1200 + 80 + 24 + 60,
>  	.vdisplay = 1920,
> -	.vsync_start = 1920 + 10,
> -	.vsync_end = 1920 + 10 + 2,
> -	.vtotal = 1920 + 10 + 2 + 14,
> +	.vsync_start = 1920 + 20,
> +	.vsync_end = 1920 + 20 + 4,
> +	.vtotal = 1920 + 20 + 4 + 10,
>  	.vrefresh = 60,
>  	.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
>  };
> -- 
> 2.17.1
> 
> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-05-04 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  6:45 [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock David Lu
2020-05-04 20:20 ` Sam Ravnborg
2020-05-04 20:20   ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.