diff options
author | Martin Bugge <marbugge@cisco.com> | 2013-12-05 09:40:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 03:23:18 -0500 |
commit | 32dbc8d4d5b2307ade65a28679e904c84f64764e (patch) | |
tree | 1d7a228f1e6a9d2966c0ab6f00a3195df3788ad9 /include | |
parent | 7de5be44a523558b7b5330fba9d24e95a519c1ec (diff) |
[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 { | |||
131 | uint16_t hs_width; | 131 | uint16_t hs_width; |
132 | uint16_t de_beg; | 132 | uint16_t de_beg; |
133 | uint16_t de_end; | 133 | uint16_t de_end; |
134 | uint8_t de_v_beg_o; | ||
135 | uint8_t de_v_beg_e; | ||
136 | uint8_t de_v_end_o; | ||
137 | uint8_t de_v_end_e; | ||
134 | }; | 138 | }; |
135 | 139 | ||
136 | /* Platform dependent definition */ | 140 | /* Platform dependent definition */ |