aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/gru/mainboard.c
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2017-12-06 10:18:10 +0800
committerJulius Werner <jwerner@chromium.org>2017-12-07 20:53:51 +0000
commitab21ab97ce00eb103516ff13f2a1a138dc806952 (patch)
tree4cd4fcc7d63c80a35a7e504796bc11d1f356edf5 /src/mainboard/google/gru/mainboard.c
parent45ccab33527683ef964a7e82426d99e152914339 (diff)
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@rock-chips.com> Reviewed-on: https://review.coreboot.org/22746 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/mainboard.c')
-rw-r--r--src/mainboard/google/gru/mainboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/gru/mainboard.c b/src/mainboard/google/gru/mainboard.c
index d83c486e5a..9a241f59ad 100644
--- a/src/mainboard/google/gru/mainboard.c
+++ b/src/mainboard/google/gru/mainboard.c
@@ -527,14 +527,14 @@ const struct mipi_panel_data kd097d04_panel = {
static const struct edid_mode kd097d04_edid_mode = {
.name = "1536x2048@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,
};