summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/gsp_gv100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/gsp_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/gv100/gsp_gv100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/gsp_gv100.h b/drivers/gpu/nvgpu/gv100/gsp_gv100.h
index a4363d73..71d4564e 100644
--- a/drivers/gpu/nvgpu/gv100/gsp_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/gsp_gv100.h
@@ -24,5 +24,8 @@
24#define GSP_GV100_H 24#define GSP_GV100_H
25 25
26int gv100_gsp_reset(struct gk20a *g); 26int gv100_gsp_reset(struct gk20a *g);
27int gv100_gsp_setup_hw_and_bl_bootstrap(struct gk20a *g,
28 struct hs_acr *acr_desc,
29 struct nvgpu_falcon_bl_info *bl_info);
27 30
28#endif /*GSP_GV100_H */ 31#endif /*GSP_GV100_H */