From c8b659496d973d8ee01aea4fe018a58691ab5eaf Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Fri, 18 May 2018 10:33:04 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1724060 Reviewed-by: svc-mobile-coverity Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv100/hal_gv100.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c') diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c index 595dbdaf..28bad8d6 100644 --- a/drivers/gpu/nvgpu/gv100/hal_gv100.c +++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c @@ -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, }, -- cgit v1.2.2