summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Bang <dbang@nvidia.com>2018-02-23 17:47:10 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-09 07:29:09 -0500
commitfe74f70da73e95cdda450a037022a28baaaa72ac (patch)
tree2d697bed07afdc795b8ed039d64045feb0fd7213 /include/linux
parent25032a7865d27a083b99950ce6cc315f738d757c (diff)
video:host:nvcsi load prod settings at poweron
Load the prod settings for nvcsi during finalize poweron Bug 200385222 Change-Id: Ieee4d9fdfd6997ba70edc2ceaabdfcf5b03b120d Signed-off-by: David Bang <dbang@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1663271 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra-camera-rtcpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tegra-camera-rtcpu.h b/include/linux/tegra-camera-rtcpu.h
index 2f851d274..d5e59df7a 100644
--- a/include/linux/tegra-camera-rtcpu.h
+++ b/include/linux/tegra-camera-rtcpu.h
@@ -25,6 +25,8 @@ int tegra_camrtc_restore(struct device *dev);
25bool tegra_camrtc_is_rtcpu_alive(struct device *dev); 25bool tegra_camrtc_is_rtcpu_alive(struct device *dev);
26void tegra_camrtc_flush_trace(struct device *dev); 26void tegra_camrtc_flush_trace(struct device *dev);
27 27
28bool tegra_camrtc_is_rtcpu_powered(void);
29
28#define TEGRA_CAMRTC_VERSION_LEN 128 30#define TEGRA_CAMRTC_VERSION_LEN 128
29 31
30int tegra_camrtc_command(struct device *dev, u32 command, long timeout); 32int tegra_camrtc_command(struct device *dev, u32 command, long timeout);