diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h b/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h index e2395176..d447d9b4 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h +++ b/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h | |||
@@ -35,8 +35,6 @@ void nvgpu_cg_elcg_disable(struct gk20a *g); | |||
35 | void nvgpu_cg_elcg_enable_no_wait(struct gk20a *g); | 35 | void nvgpu_cg_elcg_enable_no_wait(struct gk20a *g); |
36 | void nvgpu_cg_elcg_disable_no_wait(struct gk20a *g); | 36 | void nvgpu_cg_elcg_disable_no_wait(struct gk20a *g); |
37 | void nvgpu_cg_elcg_set_elcg_enabled(struct gk20a *g, bool enable); | 37 | void nvgpu_cg_elcg_set_elcg_enabled(struct gk20a *g, bool enable); |
38 | void nvgpu_cg_blcg_disable_no_wait(struct gk20a *g); | ||
39 | void nvgpu_cg_blcg_enable_no_wait(struct gk20a *g); | ||
40 | 38 | ||
41 | void nvgpu_cg_blcg_mode_enable(struct gk20a *g); | 39 | void nvgpu_cg_blcg_mode_enable(struct gk20a *g); |
42 | void nvgpu_cg_blcg_mode_disable(struct gk20a *g); | 40 | void nvgpu_cg_blcg_mode_disable(struct gk20a *g); |