summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>2018-12-03 15:04:08 +0200
committerLaurentiu Palcu <laurentiu.palcu@nxp.com>2018-12-03 15:43:42 +0200
commite820bcc7b993cab60f757d052e6edfa203a57ca1 (patch)
tree14a09745e0afa69ec218c6ba17025f67cd498ac9 /drivers
parenta530794d7ebd0702266ddaaf59ce24f28465143b (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>
Diffstat (limited to 'drivers')
-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 |