From 4728761b6cd002404b9ccd8b318cc9f772962efb Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Thu, 22 Jun 2017 10:55:40 -0700 Subject: gpu: nvgpu: add get_sm_no_lock_down_hww_global_esr_mask gr ops This is required to take care of t19x changes to support multiple SM JIRA GPUT19X-75 Change-Id: Ifd2cb28ae442462fef1d2c4439baa817f00c2c9e Signed-off-by: Seema Khowala Reviewed-on: https://git-master/r/1514041 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/gr_gm20b.c | 2 ++ 1 file changed, 2 insertions(+) (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 3a1d579a..fecd487f 100644 --- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c @@ -1636,4 +1636,6 @@ void gm20b_init_gr(struct gpu_ops *gops) gops->gr.resume_all_sms = gk20a_gr_resume_all_sms; gops->gr.get_sm_hww_warp_esr = gk20a_gr_get_sm_hww_warp_esr; gops->gr.get_sm_hww_global_esr = gk20a_gr_get_sm_hww_global_esr; + gops->gr.get_sm_no_lock_down_hww_global_esr_mask = + gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask; } -- cgit v1.2.2