diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2012-02-03 21:02:17 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 16:01:56 +0400 |
commit | 3f468accf2ae2951dacebc04f186a08f495ce92a (patch) | |
tree | b1fa7d5316949ff60c1252ec060e538cb8997581 /drivers/media/video/s5p-tv/regs-hdmi.h | |
parent | 2470ea3f7f14283efa2f427884efc6634e39f243 (diff) | |
download | linux-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.h | 1 |
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 */ |