Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1347083 > unrolled thread

[PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity

Started byAkshay Bhat <akshay.bhat@timesys.com>
First post2016-03-02 00:10 +0100
Last post2016-03-02 17:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity Akshay Bhat <akshay.bhat@timesys.com> - 2016-03-02 00:10 +0100
    Re: [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity Thierry Reding <thierry.reding@gmail.com> - 2016-03-02 17:10 +0100

#1347083 — [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity

FromAkshay Bhat <akshay.bhat@timesys.com>
Date2016-03-02 00:10 +0100
Subject[PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity
Message-ID<r81At-7rB-15@gated-at.bofh.it>
Set hsync/vsync to active low for g121x1_l03 panel to match the
recommended setting in datasheet.

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 2164c99..5d11322 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -847,6 +847,7 @@ static const struct drm_display_mode innolux_g121x1_l03_mode = {
 	.vsync_end = 768 + 38 + 1,
 	.vtotal = 768 + 38 + 1 + 0,
 	.vrefresh = 60,
+	.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
 };
 
 static const struct panel_desc innolux_g121x1_l03 = {
-- 
2.7.2

[toc] | [next] | [standalone]


#1348276

FromThierry Reding <thierry.reding@gmail.com>
Date2016-03-02 17:10 +0100
Message-ID<r8hvD-1yT-81@gated-at.bofh.it>
In reply to#1347083

[Multipart message — attachments visible in raw view] — view raw

On Tue, Mar 01, 2016 at 06:06:54PM -0500, Akshay Bhat wrote:
> Set hsync/vsync to active low for g121x1_l03 panel to match the
> recommended setting in datasheet.
> 
> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web