diff options
author | Sudhir Vyas <svyas@nvidia.com> | 2017-11-10 04:29:05 -0500 |
---|---|---|
committer | Adeel Raza <araza@nvidia.com> | 2017-12-05 12:13:15 -0500 |
commit | 01047bee316322551b5e53f47fb784ed1ac31b91 (patch) | |
tree | e37b2aed6a5ed9b8d1b8401c0123e98650ab72cd /include/media/capture.h | |
parent | 3d942afa7701836bbc73a3eaaaac106106d708cf (diff) |
media: tegra: camera: export vi hw chan-id
provide RCE allocated vi hw channel id to clients
through get_info call.
Jira CRTC-1473
Change-Id: I00eb8ff60fccf7add4d92b89762c90fe5a3cbae0
Signed-off-by: Sudhir Vyas <svyas@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1595898
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/media/capture.h')
-rw-r--r-- | include/media/capture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/capture.h b/include/media/capture.h index 9a8eed6e9..7851a30d0 100644 --- a/include/media/capture.h +++ b/include/media/capture.h | |||
@@ -49,6 +49,8 @@ struct vi_capture_info { | |||
49 | uint32_t line_timer_syncpt; | 49 | uint32_t line_timer_syncpt; |
50 | uint32_t line_timer_syncpt_val; | 50 | uint32_t line_timer_syncpt_val; |
51 | } syncpts; | 51 | } syncpts; |
52 | uint32_t hw_channel_id; | ||
53 | uint32_t __pad; | ||
52 | } __VI_CAPTURE_ALIGN; | 54 | } __VI_CAPTURE_ALIGN; |
53 | 55 | ||
54 | struct vi_capture_control_msg { | 56 | struct vi_capture_control_msg { |