[coreboot-gerrit] Change in coreboot[master]: google/scarlet: update Kingdisplay kd097d04 timing

Julius Werner (Code Review) gerrit at coreboot.org
Thu Dec 7 21:53:51 CET 2017


Julius Werner has submitted this change and it was merged. ( https://review.coreboot.org/22746 )

Change subject: google/scarlet: update Kingdisplay kd097d04 timing
......................................................................

google/scarlet: update Kingdisplay kd097d04 timing

With the old timing, the hblank time isn't large enough,
it may cause display artifacts. So fix it.

BUG=b:70160653
TEST=panel work on Scarlet rev2 board

Change-Id: Ib061f5e215611d20f59e3f24cfe3c7fbc507ebed
Signed-off-by: Lin Huang <hl at rock-chips.com>
Reviewed-on: https://review.coreboot.org/22746
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Julius Werner <jwerner at chromium.org>
---
M src/mainboard/google/gru/mainboard.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Julius Werner: Looks good to me, approved



diff --git a/src/mainboard/google/gru/mainboard.c b/src/mainboard/google/gru/mainboard.c
index d83c486..9a241f5 100644
--- a/src/mainboard/google/gru/mainboard.c
+++ b/src/mainboard/google/gru/mainboard.c
@@ -527,14 +527,14 @@
 
 static const struct edid_mode kd097d04_edid_mode = {
 	.name = "1536x2048 at 60Hz",
-	.pixel_clock = 213000,
+	.pixel_clock = 216000,
 	.refresh = 60,
 	.ha = 1536,
-	.hbl = 164,
-	.hso = 70,
+	.hbl = 186,
+	.hso = 81,
 	.hspw = 24,
 	.va = 2048,
-	.vbl = 44,
+	.vbl = 42,
 	.vso = 17,
 	.vspw = 2,
 };

-- 
To view, visit https://review.coreboot.org/22746
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib061f5e215611d20f59e3f24cfe3c7fbc507ebed
Gerrit-Change-Number: 22746
Gerrit-PatchSet: 2
Gerrit-Owner: Lin Huang <hl at rock-chips.com>
Gerrit-Reviewer: Brian Norris <briannorris at chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner at chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-Reviewer: nickey yang <nickey.yang at rock-chips.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171207/c7a4fbf0/attachment.html>


More information about the coreboot-gerrit mailing list