projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d6eca
)
MLK-17370 video: fbdev: mxc_edid: change '640x480' mode clock
author
Fancy Fang
<chen.fang@nxp.com>
Mon, 15 Jan 2018 07:34:13 +0000
(15:34 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:52:52 +0000
(14:52 -0500)
For the '640x480' cea mode, change the 'pixclock' from
39722 ps to 39683 ps to satisfy the imx7ulp hdmi display
requirement.
Signed-off-by: Fancy Fang <chen.fang@nxp.com>
drivers/video/fbdev/mxc/mxc_edid.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/mxc/mxc_edid.c
b/drivers/video/fbdev/mxc/mxc_edid.c
index
23110ce
..
02563d8
100644
(file)
--- a/
drivers/video/fbdev/mxc/mxc_edid.c
+++ b/
drivers/video/fbdev/mxc/mxc_edid.c
@@
-41,7
+41,7
@@
const struct fb_videomode mxc_cea_mode[64] = {
/* #1: 640x480p@59.94/60Hz 4:3 */
[1] = {
- NULL, 60, 640, 480, 39
722
, 48, 16, 33, 10, 96, 2, 0,
+ NULL, 60, 640, 480, 39
683
, 48, 16, 33, 10, 96, 2, 0,
FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, 0,
},
/* #2: 720x480p@59.94/60Hz 4:3 */