summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/pmu_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/pmu_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_gp106.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
index be3e8c64..f6fcd234 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
@@ -27,7 +27,7 @@
27#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 1000 27#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 1000
28#define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10 28#define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10
29 29
30int gp106_pmu_enable_hw(struct pmu_gk20a *pmu, bool enable) 30static int gp106_pmu_enable_hw(struct pmu_gk20a *pmu, bool enable)
31{ 31{
32 struct gk20a *g = gk20a_from_pmu(pmu); 32 struct gk20a *g = gk20a_from_pmu(pmu);
33 33
@@ -115,7 +115,7 @@ static int pmu_enable(struct pmu_gk20a *pmu, bool enable)
115 return 0; 115 return 0;
116} 116}
117 117
118int gp106_pmu_reset(struct gk20a *g) 118static int gp106_pmu_reset(struct gk20a *g)
119{ 119{
120 struct pmu_gk20a *pmu = &g->pmu; 120 struct pmu_gk20a *pmu = &g->pmu;
121 int err = 0; 121 int err = 0;
@@ -143,7 +143,7 @@ int gp106_pmu_reset(struct gk20a *g)
143 return err; 143 return err;
144} 144}
145 145
146int gp106_sec2_reset(struct gk20a *g) 146static int gp106_sec2_reset(struct gk20a *g)
147{ 147{
148 gk20a_dbg_fn(""); 148 gk20a_dbg_fn("");
149 //sec2 reset 149 //sec2 reset