summaryrefslogtreecommitdiff
path: root/drivers/media/video/s5p-tv/regs-hdmi.h
diff options
context:
space:
mode:
authorTomasz Stanislawski <t.stanislaws@samsung.com>2012-02-03 21:02:17 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-20 16:01:56 +0400
commit3f468accf2ae2951dacebc04f186a08f495ce92a (patch)
treeb1fa7d5316949ff60c1252ec060e538cb8997581 /drivers/media/video/s5p-tv/regs-hdmi.h
parent2470ea3f7f14283efa2f427884efc6634e39f243 (diff)
downloadlinux-3f468accf2ae2951dacebc04f186a08f495ce92a.tar.xz
[media] v4l: s5p-tv: hdmi: parametrize DV timings
This patch fixes timings configuration in HDMI register. It adds support for numerous new presets including interlaced ones. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/regs-hdmi.h b/drivers/media/video/s5p-tv/regs-hdmi.h
index 33247d13e4c0..a889d1f57f28 100644
--- a/drivers/media/video/s5p-tv/regs-hdmi.h
+++ b/drivers/media/video/s5p-tv/regs-hdmi.h
@@ -140,6 +140,7 @@
#define HDMI_MODE_MASK (3 << 0)
/* HDMI_TG_CMD */
+#define HDMI_TG_FIELD_EN (1 << 1)
#define HDMI_TG_EN (1 << 0)
#endif /* SAMSUNG_REGS_HDMI_H */