gpu:nvgpu: gv100: Fix therm gops

Fix test crash with therm sw setup by assigning therm limit
and alert HAL functions.

Bug 200399373

Change-Id: I972b92d949648a9278d3d351a80cc9a68e23cffc
Signed-off-by: Vaikundanathan S <vaikuns@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1703778
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vaikundanathan S
2018-04-27 12:12:45 +05:30
committed by Tejal Kudav
parent ae59b322f5
commit 3d6abe8527

View File

@@ -671,6 +671,8 @@ static const struct gpu_ops gv100_ops = {
.elcg_init_idle_filters = NULL,
.get_internal_sensor_curr_temp =
gp106_get_internal_sensor_curr_temp,
.get_internal_sensor_limits = gp106_get_internal_sensor_limits,
.configure_therm_alert = gp106_configure_therm_alert,
},
.pmu = {
.init_wpr_region = gv100_pmu_init_acr,