diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2011-08-25 11:45:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-26 07:04:16 -0400 |
commit | 17b27478ccdb5b6883032031b83f5cd2ce5f8cf9 (patch) | |
tree | f7f9db0217b115c164be8e426192716e84dc9208 /drivers/media/video/s5p-tv/regs-hdmi.h | |
parent | 0f6c5653f833be744ad46f46da8fd06ce05c2bd1 (diff) |
[media] s5p-tv: hdmi: use DVI mode
Current version of the driver does not support HDMI features
not present in DVI standard. Therefore DVI mode is used to
keep compatibility with DVI devices.
Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-tv/regs-hdmi.h')
-rw-r--r-- | drivers/media/video/s5p-tv/regs-hdmi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/regs-hdmi.h b/drivers/media/video/s5p-tv/regs-hdmi.h index ac93ad6f2bc..33247d13e4c 100644 --- a/drivers/media/video/s5p-tv/regs-hdmi.h +++ b/drivers/media/video/s5p-tv/regs-hdmi.h | |||
@@ -127,6 +127,10 @@ | |||
127 | #define HDMI_BLUE_SCR_EN (1 << 5) | 127 | #define HDMI_BLUE_SCR_EN (1 << 5) |
128 | #define HDMI_EN (1 << 0) | 128 | #define HDMI_EN (1 << 0) |
129 | 129 | ||
130 | /* HDMI_CON_2 */ | ||
131 | #define HDMI_DVI_PERAMBLE_EN (1 << 5) | ||
132 | #define HDMI_DVI_BAND_EN (1 << 1) | ||
133 | |||
130 | /* HDMI_PHY_STATUS */ | 134 | /* HDMI_PHY_STATUS */ |
131 | #define HDMI_PHY_STATUS_READY (1 << 0) | 135 | #define HDMI_PHY_STATUS_READY (1 << 0) |
132 | 136 | ||