summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>2018-12-03 15:04:08 +0200
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-01-25 16:14:21 +0000
commit80b2b8285b65dff3e6415ebffc49948fe4a52ac0 (patch)
treeeec1c30f71312b8ac318690db1725606e8d92f22
parent5d0494b7621f938e3d7adb7171fc60da81660ecd (diff)
MA-13638-1: Revert "MLK-20361: drm/panel/raydium: increase vsync_len to 4"
This reverts commit 3c53532c466add234ac3ca2e70cefe80ea308b4f. This change affects iMX8MM functionality, generating flicker. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
-rw-r--r--drivers/gpu/drm/panel/panel-raydium-rm67191.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-raydium-rm67191.c b/drivers/gpu/drm/panel/panel-raydium-rm67191.c
index 647ba3fb4b68..940f780860c6 100644
--- a/drivers/gpu/drm/panel/panel-raydium-rm67191.c
+++ b/drivers/gpu/drm/panel/panel-raydium-rm67191.c
@@ -528,7 +528,7 @@ static const struct display_timing rad_default_timing = {
.hback_porch = { 34, 34, 34 },
.vactive = { 1920, 1920, 1920 },
.vfront_porch = { 10, 10, 10 },
- .vsync_len = { 4, 4, 4 },
+ .vsync_len = { 2, 2, 2 },
.vback_porch = { 4, 4, 4 },
.flags = DISPLAY_FLAGS_HSYNC_LOW |
DISPLAY_FLAGS_VSYNC_LOW |