summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h b/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h
index 3bb86267..7b5fe265 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/power_features/cg.h
@@ -32,6 +32,8 @@ struct fifo_gk20a;
32void nvgpu_cg_init_gr_load_gating_prod(struct gk20a *g); 32void nvgpu_cg_init_gr_load_gating_prod(struct gk20a *g);
33void nvgpu_cg_elcg_enable(struct gk20a *g); 33void nvgpu_cg_elcg_enable(struct gk20a *g);
34void nvgpu_cg_elcg_disable(struct gk20a *g); 34void nvgpu_cg_elcg_disable(struct gk20a *g);
35void nvgpu_cg_elcg_enable_no_wait(struct gk20a *g);
36void nvgpu_cg_elcg_disable_no_wait(struct gk20a *g);
35void nvgpu_cg_elcg_set_elcg_enabled(struct gk20a *g, bool enable); 37void nvgpu_cg_elcg_set_elcg_enabled(struct gk20a *g, bool enable);
36 38
37void nvgpu_cg_blcg_mode_enable(struct gk20a *g); 39void nvgpu_cg_blcg_mode_enable(struct gk20a *g);