From: Sam Ravnborg <sam@ravnborg.org>
To: David Lu <david.lu@bitland.com.cn>,
Nicolas Boichat <drinkcat@chromium.org>
Cc: David Airlie <airlied@linux.ie>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Thierry Reding <thierry.reding@gmail.com>,
casper.chang@bitland.com.cn, scott.chao@bitland.com.cn
Subject: Re: [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock
Date: Mon, 4 May 2020 22:20:09 +0200 [thread overview]
Message-ID: <20200504202009.GD8122@ravnborg.org> (raw)
In-Reply-To: <20200428064521.21511-1-david.lu@bitland.com.cn>
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
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: David Lu <david.lu@bitland.com.cn>,
Nicolas Boichat <drinkcat@chromium.org>
Cc: scott.chao@bitland.com.cn, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, David Airlie <airlied@linux.ie>,
Thierry Reding <thierry.reding@gmail.com>,
casper.chang@bitland.com.cn
Subject: Re: [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock
Date: Mon, 4 May 2020 22:20:09 +0200 [thread overview]
Message-ID: <20200504202009.GD8122@ravnborg.org> (raw)
In-Reply-To: <20200428064521.21511-1-david.lu@bitland.com.cn>
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
next prev parent reply other threads:[~2020-05-04 20:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 6:45 [PATCH] drm/panel: boe-tv101wum-n16: fine tune clock David Lu
2020-05-04 20:20 ` Sam Ravnborg [this message]
2020-05-04 20:20 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200504202009.GD8122@ravnborg.org \
--to=sam@ravnborg.org \
--cc=airlied@linux.ie \
--cc=casper.chang@bitland.com.cn \
--cc=david.lu@bitland.com.cn \
--cc=dri-devel@lists.freedesktop.org \
--cc=drinkcat@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=scott.chao@bitland.com.cn \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.