summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
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/hal_gv11b.c
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/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 65cae8de..193f6e83 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -586,7 +586,7 @@ static const struct gpu_ops gv11b_ops = {
586 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 586 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
587 }, 587 },
588 .therm = { 588 .therm = {
589 .init_therm_setup_hw = gp10b_init_therm_setup_hw, 589 .init_therm_setup_hw = gv11b_init_therm_setup_hw,
590 .elcg_init_idle_filters = gv11b_elcg_init_idle_filters, 590 .elcg_init_idle_filters = gv11b_elcg_init_idle_filters,
591 }, 591 },
592 .pmu = { 592 .pmu = {