projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7ef35
)
video: tegra: hdmi: fix vic detection for avi infoframe
author
Erik Gilling
<konkers@android.com>
Mon, 28 Feb 2011 21:13:09 +0000
(13:13 -0800)
committer
Erik Gilling
<konkers@android.com>
Mon, 28 Feb 2011 22:37:00 +0000
(14:37 -0800)
typeo was causing 1080p VICs to never be populated
Change-Id: Idde037cf0d4b71370cff7e65a2135b8c60a91fa0
Signed-off-by: Erik Gilling <konkers@android.com>
drivers/video/tegra/dc/hdmi.c
patch
|
blob
|
history
diff --git
a/drivers/video/tegra/dc/hdmi.c
b/drivers/video/tegra/dc/hdmi.c
index 8b8afe22254dba45bae5f3ca8fb76210342f19b6..14e90dc79f48cab73256cd78f37f44e6fd3f6e53 100644
(file)
--- a/
drivers/video/tegra/dc/hdmi.c
+++ b/
drivers/video/tegra/dc/hdmi.c
@@
-844,7
+844,7
@@
static void tegra_dc_hdmi_setup_avi_infoframe(struct tegra_dc *dc, bool dvi)
avi.vic = 4; /* 60 Hz */
else
avi.vic = 19; /* 50 Hz */
- } else if (dc->mode.v_active ==
72
0) {
+ } else if (dc->mode.v_active ==
108
0) {
avi.m = HDMI_AVI_M_16_9;
if (dc->mode.h_front_porch == 88)
avi.vic = 16; /* 60 Hz */