diff options
| author | Ruicheng Dai <rdai@nvidia.com> | 2017-12-11 05:51:11 -0500 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-05-12 23:00:17 -0400 |
| commit | aaa65f73dc90b76db346288d5237a83af5b0246b (patch) | |
| tree | c6bcd3eed79d199250d7b66daa631ffcd95520b2 /include/media/mc_common.h | |
| parent | f62a90bb79f4dc2f5385d9913a0dea74cb83bf01 (diff) | |
media: tegra: camera: add VC support
add virtual channel support to t19x
Bug 1947553
Change-Id: I59286411ecd49cb2882c56f58e7cf8f4765cd8ab
Signed-off-by: Ruicheng Dai <rdai@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1656669
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vincent Chung <vincentc@nvidia.com>
Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/media/mc_common.h')
| -rw-r--r-- | include/media/mc_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/mc_common.h b/include/media/mc_common.h index ff512c925..b41b29fba 100644 --- a/include/media/mc_common.h +++ b/include/media/mc_common.h | |||
| @@ -152,6 +152,7 @@ struct tegra_channel { | |||
| 152 | struct mutex stop_kthread_lock; | 152 | struct mutex stop_kthread_lock; |
| 153 | 153 | ||
| 154 | unsigned char port[TEGRA_CSI_BLOCKS]; | 154 | unsigned char port[TEGRA_CSI_BLOCKS]; |
| 155 | unsigned int virtual_channel; | ||
| 155 | unsigned int syncpt[TEGRA_CSI_BLOCKS][MAX_SYNCPT_PER_CHANNEL]; | 156 | unsigned int syncpt[TEGRA_CSI_BLOCKS][MAX_SYNCPT_PER_CHANNEL]; |
| 156 | unsigned int syncpoint_fifo[TEGRA_CSI_BLOCKS]; | 157 | unsigned int syncpoint_fifo[TEGRA_CSI_BLOCKS]; |
| 157 | unsigned int buffer_offset[TEGRA_CSI_BLOCKS]; | 158 | unsigned int buffer_offset[TEGRA_CSI_BLOCKS]; |
