summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
authorSupriya <ssharatkumar@nvidia.com>2015-08-07 03:02:32 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-08-21 13:59:07 -0400
commit3fba1e929ba17531f88809cbc12212cedaed015b (patch)
treec83dc5eb3b5df954fa52eab15df3b5d79efc08cf /drivers/gpu/nvgpu/gm20b/acr_gm20b.h
parente44e67333bb835c54a2a66835a13498d4080893f (diff)
gpu: nvgpu: Fix NS boot transcfg
Bug 1667322 Accommodate for transcfg address change Change-Id: I7054202b8ce3be1a3fbfe0465e662be6f9740eb3 Signed-off-by: Supriya <ssharatkumar@nvidia.com> Reviewed-on: http://git-master/r/780326 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index bd3b633a..fd9cf2ec 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -407,4 +407,5 @@ int gm20b_pmu_setup_sw(struct gk20a *g);
407int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt); 407int pmu_exec_gen_bl(struct gk20a *g, void *desc, u8 b_wait_for_halt);
408int pmu_wait_for_halt(struct gk20a *g, unsigned int timeout_us); 408int pmu_wait_for_halt(struct gk20a *g, unsigned int timeout_us);
409int clear_halt_interrupt_status(struct gk20a *g, unsigned int timeout); 409int clear_halt_interrupt_status(struct gk20a *g, unsigned int timeout);
410int gm20b_init_nspmu_setup_hw1(struct gk20a *g);
410#endif /*__ACR_GM20B_H_*/ 411#endif /*__ACR_GM20B_H_*/