* [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity
@ 2016-03-01 23:06 ` Akshay Bhat
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Bhat @ 2016-03-01 23:06 UTC (permalink / raw)
To: thierry.reding, airlied; +Cc: Akshay Bhat, linux-kernel, dri-devel
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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity
@ 2016-03-01 23:06 ` Akshay Bhat
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Bhat @ 2016-03-01 23:06 UTC (permalink / raw)
To: thierry.reding, airlied; +Cc: dri-devel, linux-kernel, Akshay Bhat
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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity
2016-03-01 23:06 ` Akshay Bhat
@ 2016-03-02 16:07 ` Thierry Reding
-1 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2016-03-02 16:07 UTC (permalink / raw)
To: Akshay Bhat; +Cc: linux-kernel, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 346 bytes --]
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
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity
@ 2016-03-02 16:07 ` Thierry Reding
0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2016-03-02 16:07 UTC (permalink / raw)
To: Akshay Bhat; +Cc: airlied, dri-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-02 16:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 23:06 [PATCH] drm/panel: simple: fix g121x1_l03 hsync/vsync polarity Akshay Bhat
2016-03-01 23:06 ` Akshay Bhat
2016-03-02 16:07 ` Thierry Reding
2016-03-02 16:07 ` Thierry Reding
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.