Skip to content
Snippets Groups Projects
Commit 0d43ae86 authored by Troy Kisky's avatar Troy Kisky
Browse files

fbpanel: increase hsync_len for panel LTK080A60A004T


This seems to fix the flicker issue on i.MX8MM

Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
parent b687661f
No related branches found
No related tags found
No related merge requests found
......@@ -1143,12 +1143,12 @@ void fbp_setup_env_cmds(void);
.refresh = 60,\
.xres = 1200,\
.yres = 1920,\
.pixclock = 1000000000000ULL/120000000, /*((1200+60+42+1)*(1920+25+35+1)*60), */\
.pixclock = 1000000000000ULL/120000000, /*((1200+60+42+2)*(1920+25+35+1)*60), */\
.left_margin = 60,\
.right_margin = 42,\
.upper_margin = 25,\
.lower_margin = 35,\
.hsync_len = 1,\
.hsync_len = 2,\
.vsync_len = 1,\
.sync = FB_SYNC_EXT,\
.vmode = FB_VMODE_NONINTERLACED\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment