summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/sec2_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/sec2_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/sec2_gp106.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gp106/sec2_gp106.h b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
index b17028e7..f1cad65a 100644
--- a/drivers/gpu/nvgpu/gp106/sec2_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
@@ -23,14 +23,10 @@
23#ifndef NVGPU_SEC2_GP106_H 23#ifndef NVGPU_SEC2_GP106_H
24#define NVGPU_SEC2_GP106_H 24#define NVGPU_SEC2_GP106_H
25 25
26int gp106_sec2_clear_halt_interrupt_status(struct gk20a *g,
27 unsigned int timeout);
28int gp106_sec2_wait_for_halt(struct gk20a *g, unsigned int timeout);
29int bl_bootstrap_sec2(struct nvgpu_pmu *pmu,
30 void *desc, u32 bl_sz);
31void init_pmu_setup_hw1(struct gk20a *g);
32int init_sec2_setup_hw1(struct gk20a *g,
33 void *desc, u32 bl_sz);
34int gp106_sec2_reset(struct gk20a *g); 26int gp106_sec2_reset(struct gk20a *g);
35 27
28int gp106_sec2_setup_hw_and_bl_bootstrap(struct gk20a *g,
29 struct hs_acr *acr_desc,
30 struct nvgpu_falcon_bl_info *bl_info);
31
36#endif /* NVGPU_SEC2_GP106_H */ 32#endif /* NVGPU_SEC2_GP106_H */