diff options
| author | Arto Merilainen <amerilainen@nvidia.com> | 2015-09-14 18:32:38 -0400 |
|---|---|---|
| committer | Arto Merilainen <amerilainen@nvidia.com> | 2015-10-06 06:11:36 -0400 |
| commit | 8bc8f1def0678ffc59bb4f1ccdd40b70efd05a0e (patch) | |
| tree | 512290df820efe04ffa0a530c77d421f0c9c3fb0 /include/linux | |
| parent | 15b174bb55da0a923a2d7a0f343d9a29e8f89f12 (diff) | |
video: tegra: host: Falcon ucode access updates
This patch updates Falcon ucode accesses to allow using different
dma context for firmware accesses.
Bug 1243060
Bug 200139008
Change-Id: I1de4d61c19df58024833ada940199ce5b38caad6
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Reviewed-on: http://git-master/r/798947
(cherry picked from commit e696808c04144abea0cca53aee833f49167b4813)
Reviewed-on: http://git-master/r/808193
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Shridhar Rasal <srasal@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvhost.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index c96ad2df3..2ca3acad3 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h | |||
| @@ -297,6 +297,8 @@ struct nvhost_device_data { | |||
| 297 | phys_addr_t carveout_addr; | 297 | phys_addr_t carveout_addr; |
| 298 | phys_addr_t carveout_size; | 298 | phys_addr_t carveout_size; |
| 299 | 299 | ||
| 300 | u64 transcfg_addr; | ||
| 301 | u32 transcfg_val; | ||
| 300 | u64 mamask_addr; | 302 | u64 mamask_addr; |
| 301 | u32 mamask_val; | 303 | u32 mamask_val; |
| 302 | u64 borps_addr; | 304 | u64 borps_addr; |
