1
0
Fork 0

MLK-20361: drm/panel/raydium: increase vsync_len to 4

This is a work-around for the shifted display issue when using DCSS with
the DDR self-refresh disabled.

Also, make sure it works with LCDIF as well.

Increasing VSYNC length gives DCSS more time to fetch the data from RAM
before the next frame kicks in.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
(cherry picked from commit 3c53532c466add234ac3ca2e70cefe80ea308b4f)
pull/10/head
Laurentiu Palcu 2018-11-28 13:36:46 +02:00
parent bab01e6580
commit a49ffcd97c
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 = { 2, 2, 2 },
.vsync_len = { 4, 4, 4 },
.vback_porch = { 4, 4, 4 },
.flags = DISPLAY_FLAGS_HSYNC_LOW |
DISPLAY_FLAGS_VSYNC_LOW |