projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4489823
)
OMAPDSS: HDMI: add 1920x1200 video mode
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 08:55:39 +0000
(11:55 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:41 +0000
(12:44 +0200)
Add 1920x1200 video mode to hdmi driver's static modelist.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Ricardo Neri <ricardo.neri@ti.com>
drivers/video/omap2/dss/hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/omap2/dss/hdmi.c
b/drivers/video/omap2/dss/hdmi.c
index 81b9fc48295f7c5993d7ac810c5ef919ce63cca5..9f5c4c25532e2e526c02b61de4123a21630e7363 100644
(file)
--- a/
drivers/video/omap2/dss/hdmi.c
+++ b/
drivers/video/omap2/dss/hdmi.c
@@
-295,6
+295,12
@@
static const struct hdmi_config vesa_timings[] = {
false, },
{ 0x55, HDMI_DVI },
},
+ {
+ { 1920, 1200, 154000, 32, 48, 80, 6, 3, 26,
+ OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
+ false, },
+ { 0x44, HDMI_DVI },
+ },
};
static int hdmi_runtime_get(void)