diff options
author | Martin Bugge <marbugge@cisco.com> | 2013-12-05 11:40:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 06:23:18 -0200 |
commit | 32dbc8d4d5b2307ade65a28679e904c84f64764e (patch) | |
tree | 1d7a228f1e6a9d2966c0ab6f00a3195df3788ad9 /include | |
parent | 7de5be44a523558b7b5330fba9d24e95a519c1ec (diff) | |
download | linux-stable-32dbc8d4d5b2307ade65a28679e904c84f64764e.tar.gz linux-stable-32dbc8d4d5b2307ade65a28679e904c84f64764e.tar.bz2 linux-stable-32dbc8d4d5b2307ade65a28679e904c84f64764e.zip |
[media] adv7842: added DE vertical position in SDP-io-sync
Signed-off-by: Martin Bugge <marbugge@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/adv7842.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/adv7842.h b/include/media/adv7842.h index c02201d1c092..c023f88475da 100644 --- a/include/media/adv7842.h +++ b/include/media/adv7842.h @@ -131,6 +131,10 @@ struct adv7842_sdp_io_sync_adjustment { uint16_t hs_width; uint16_t de_beg; uint16_t de_end; + uint8_t de_v_beg_o; + uint8_t de_v_beg_e; + uint8_t de_v_end_o; + uint8_t de_v_end_e; }; /* Platform dependent definition */ |