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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/sec2_gp106.h b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
index 1fe94bb8..cab3ca5d 100644
--- a/drivers/gpu/nvgpu/gp106/sec2_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
@@ -23,8 +23,9 @@
23#ifndef __SEC2_H_ 23#ifndef __SEC2_H_
24#define __SEC2_H_ 24#define __SEC2_H_
25 25
26int sec2_clear_halt_interrupt_status(struct gk20a *g, unsigned int timeout); 26int gp106_sec2_clear_halt_interrupt_status(struct gk20a *g,
27int sec2_wait_for_halt(struct gk20a *g, unsigned int timeout); 27 unsigned int timeout);
28int gp106_sec2_wait_for_halt(struct gk20a *g, unsigned int timeout);
28int bl_bootstrap_sec2(struct nvgpu_pmu *pmu, 29int bl_bootstrap_sec2(struct nvgpu_pmu *pmu,
29 void *desc, u32 bl_sz); 30 void *desc, u32 bl_sz);
30void init_pmu_setup_hw1(struct gk20a *g); 31void init_pmu_setup_hw1(struct gk20a *g);