gpu: nvgpu: ga10x: update pdiv_duration for thermal

To keep pdiv_duration at 15usec between steps at 102MHz
utilsclk, update stepping duration value from 0xBF4 to
0x5FA for ga10x.

Bug 200757274

Change-Id: I333a5b0b35307402a734a7eafc4ab13d20316cd1
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2584539
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seshendra Gadagottu
2021-08-24 12:06:26 -07:00
committed by mobile promotions
parent 88293ee42d
commit d255c64f50
8 changed files with 25 additions and 4 deletions

View File

@@ -1248,6 +1248,8 @@ static const struct gops_mm ga100_ops_mm = {
static const struct gops_therm ga100_ops_therm = {
.therm_max_fpdiv_factor = ga10b_therm_max_fpdiv_factor,
.therm_grad_stepping_pdiv_duration =
ga10b_therm_grad_stepping_pdiv_duration,
.init_therm_support = nvgpu_init_therm_support,
/* PROD values match with H/W INIT values */
.init_elcg_mode = gv11b_therm_init_elcg_mode,