summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/therm_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-12-12 14:36:42 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-12-14 18:11:26 -0500
commit65513bc33d65c921cd556a72e4e9263565dca4bf (patch)
tree60576c70fc394347d2e004d2f1e2b9db5fa50d33 /drivers/gpu/nvgpu/gv11b/therm_gv11b.h
parent28a642f6bbf62dce632d6d4ef75eabc1da0128ef (diff)
gpu: nvgpu: gv11b: update thermal settings
For gv11b, update thermal settings as per hw POR: 1.Created gv11b specific HAL for init_therm_setup_hw 2.Update steps for gradual slowdown to 1x,1.5x,2x,4x,8x,16x,32x. 3.Modified gradual step duration cycles to 4. Bug 200365110 Change-Id: I93c28a3394857aacdf3d304103c9e7c25d4ad344 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1616600 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/therm_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/therm_gv11b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/therm_gv11b.h b/drivers/gpu/nvgpu/gv11b/therm_gv11b.h
index 1d89597b..bfe6231e 100644
--- a/drivers/gpu/nvgpu/gv11b/therm_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/therm_gv11b.h
@@ -24,5 +24,6 @@
24 24
25struct gk20a; 25struct gk20a;
26int gv11b_elcg_init_idle_filters(struct gk20a *g); 26int gv11b_elcg_init_idle_filters(struct gk20a *g);
27int gv11b_init_therm_setup_hw(struct gk20a *g);
27 28
28#endif /* THERM_GV11B_H */ 29#endif /* THERM_GV11B_H */