gpu: nvgpu: gv100: do not init idle filters

gv100 cannot use idle filter values defined for
gp106 since values are different. Also gv100 cannot
use gv11b idle filter values since prod values are
different between gv100 and gv11b. Finally since
PROD values match with POR INIT values, there
is no need to init idle filters for gv100.

Bug 2115080

Change-Id: I9e7cfbde364d993ae04d80af14650739f32345cc
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1724060
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seema Khowala
2018-05-18 10:33:04 -07:00
committed by mobile promotions
parent 25e727d997
commit c8b659496d

View File

@@ -664,7 +664,8 @@ static const struct gpu_ops gv100_ops = {
#ifdef CONFIG_DEBUG_FS
.therm_debugfs_init = gp106_therm_debugfs_init,
#endif /* CONFIG_DEBUG_FS */
.elcg_init_idle_filters = gp106_elcg_init_idle_filters,
/* PROD values match with H/W INIT values */
.elcg_init_idle_filters = NULL,
.get_internal_sensor_curr_temp =
gp106_get_internal_sensor_curr_temp,
},