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

@@ -137,6 +137,7 @@ struct gops_therm {
void (*therm_debugfs_init)(struct gk20a *g);
#endif
u32 (*therm_max_fpdiv_factor)(void);
u32 (*therm_grad_stepping_pdiv_duration)(void);
void (*get_internal_sensor_curr_temp)(struct gk20a *g, u32 *temp_f24_8);
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
};