summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/pmu_gv100.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-12-07 13:41:13 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-25 17:24:33 -0500
commit99e808567ca358e0e6d03f4731b81854070266a3 (patch)
treead8b851f0a2c50f79be3ebd003f57d35bf705909 /drivers/gpu/nvgpu/gv100/pmu_gv100.h
parent729403f545c5bc26ce208d38db65962596951e0a (diff)
gpu: nvgpu: gv100: BOOTSTRAP_GR_FALCONS using RPC
- Created nv_pmu_rpc_struct_acr_bootstrap_gr_falcons struct - gv100_load_falcon_ucode() function to bootstrap GR flacons using RPC, wait for INIT_WPR_REGION before creating & executing BOOTSTRAP_GR_FALCONS RPC. - Added code to handle BOOTSTRAP_GR_FALCONS ack in RPC handler Change-Id: If70dc75bb2789970382853fb001d970a346b2915 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1613316 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/pmu_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/gv100/pmu_gv100.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/pmu_gv100.h b/drivers/gpu/nvgpu/gv100/pmu_gv100.h
index 5ef34149..4c8b3541 100644
--- a/drivers/gpu/nvgpu/gv100/pmu_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/pmu_gv100.h
@@ -28,5 +28,6 @@
28struct gk20a; 28struct gk20a;
29 29
30int gv100_pmu_init_acr(struct gk20a *g); 30int gv100_pmu_init_acr(struct gk20a *g);
31int gv100_load_falcon_ucode(struct gk20a *g, u32 falconidmask);
31 32
32#endif /*__PMU_GV100_H_*/ 33#endif /*__PMU_GV100_H_*/