summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPer Persson <per.xb.persson@stericsson.com>2011-04-05 09:00:31 +0200
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-10 11:04:11 -0700
commit85ada8a3739f91cbb40d19b1bd0a1db38d6c736a (patch)
treecba6b906808dedf0b635c9ca5e0a2aeeb7b1899b /include
parent98e9bc92410d37f7e1249240345d60852d7c0429 (diff)
video: av8100: Add support for DVI monitors
To be able to use HDMI together with DVI only monitors, DVI mode must be chosen as AV8100 hdmi format. This patch supports the change of hdmi format by writing to a sysfs file. ST-Ericsson ID: 330443 ST-Ericsson Linux next: Not tested, ER 282779 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I27f3a9e9ce09973c2ec8271bba7ab8d8093b1258 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/20383 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 5142640a6de..ef828f0d560 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -137,7 +137,8 @@ enum mcde_port_pix_fmt {
enum mcde_hdmi_sdtv_switch {
HDMI_SWITCH,
- SDTV_SWITCH
+ SDTV_SWITCH,
+ DVI_SWITCH
};
struct mcde_col_convert {