1
0
Fork 0

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>
pull/10/head
Laurentiu Palcu 2018-12-03 15:04:08 +02:00
parent a530794d7e
commit e820bcc7b9
1 changed files with 1 additions and 1 deletions

View File

@ -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 |