From 8b36c45b39d06e273d00cd76180b589727dcde45 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Wed, 21 Jun 2017 17:02:30 -0700 Subject: gpu: nvgpu: add get_sm_hww_warp_esr gr ops mask_hww_warp_esr gr ops is removed and replaced with get_sm_hww_warp_esr gr ops JIRA GPUT19X-75 Change-Id: I8c7194ca1b0e4fe740a6f8998a02fba846234e9e Signed-off-by: Seema Khowala Reviewed-on: https://git-master/r/1512218 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu --- drivers/gpu/nvgpu/gm20b/gr_gm20b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c index 5fac9ac8..f3ba11b7 100644 --- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c @@ -1593,7 +1593,6 @@ void gm20b_init_gr(struct gpu_ops *gops) gops->gr.bpt_reg_info = gr_gm20b_bpt_reg_info; gops->gr.get_access_map = gr_gm20b_get_access_map; gops->gr.handle_fecs_error = gk20a_gr_handle_fecs_error; - gops->gr.mask_hww_warp_esr = gk20a_mask_hww_warp_esr; gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception; gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception; gops->gr.enable_gpc_exceptions = gk20a_gr_enable_gpc_exceptions; @@ -1635,4 +1634,5 @@ void gm20b_init_gr(struct gpu_ops *gops) gops->gr.suspend_all_sms = gk20a_gr_suspend_all_sms; gops->gr.resume_single_sm = gk20a_gr_resume_single_sm; gops->gr.resume_all_sms = gk20a_gr_resume_all_sms; + gops->gr.get_sm_hww_warp_esr = gk20a_gr_get_sm_hww_warp_esr; } -- cgit v1.2.2