All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue
@ 2020-11-05  9:47 KuoHsiang Chou
  2020-11-05 12:08 ` Thomas Zimmermann
  2020-11-09 10:19 ` Thomas Zimmermann
  0 siblings, 2 replies; 7+ messages in thread
From: KuoHsiang Chou @ 2020-11-05  9:47 UTC (permalink / raw)
  To: dri-devel; +Cc: eich, tommy_huang, tzimmermann, jenmin_yuan, airlied, arc_sung

[Bug] Change the vertical synchroous polary of 1920x1080 @60Hz
      from  Negtive to Positive

Signed-off-by: KuoHsiang Chou <kuohsiang_chou@aspeedtech.com>
---
 drivers/gpu/drm/ast/ast_tables.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/ast/ast_tables.h b/drivers/gpu/drm/ast/ast_tables.h
index 8414e543f260..51efc5b4a55c 100644
--- a/drivers/gpu/drm/ast/ast_tables.h
+++ b/drivers/gpu/drm/ast/ast_tables.h
@@ -295,10 +295,10 @@ static const struct ast_vbios_enhtable res_1600x900[] = {

 static const struct ast_vbios_enhtable res_1920x1080[] = {
 	{2200, 1920, 88, 44, 1125, 1080, 4, 5, VCLK148_5,	/* 60Hz */
-	 (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo |
+	 (SyncPP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo |
 	  AST2500PreCatchCRT), 60, 1, 0x38 },
 	{2200, 1920, 88, 44, 1125, 1080, 4, 5, VCLK148_5,	/* 60Hz */
-	 (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo |
+	 (SyncPP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo |
 	  AST2500PreCatchCRT), 0xFF, 1, 0x38 },
 };

--
2.18.4

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

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

end of thread, other threads:[~2020-11-09 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  9:47 [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue KuoHsiang Chou
2020-11-05 12:08 ` Thomas Zimmermann
2020-11-05 12:21   ` Thomas Zimmermann
2020-11-06  1:18     ` Kuo-Hsiang Chou
2020-11-06  0:31   ` Kuo-Hsiang Chou
2020-11-06  6:54     ` Thomas Zimmermann
2020-11-09 10:19 ` Thomas Zimmermann

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.