From 65513bc33d65c921cd556a72e4e9263565dca4bf Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Tue, 12 Dec 2017 11:36:42 -0800 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1616600 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/therm_gv11b.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gv11b/therm_gv11b.h') 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 @@ struct gk20a; int gv11b_elcg_init_idle_filters(struct gk20a *g); +int gv11b_init_therm_setup_hw(struct gk20a *g); #endif /* THERM_GV11B_H */ -- cgit v1.2.2