From 9891cb117e538f1ea5d19171a3c88422cdce7162 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Wed, 21 Jun 2017 21:28:10 -0700 Subject: gpu: nvgpu: add gr ops get_sm_hww_global_esr Required for multiple SM support and t19x sm register address changes JIRA GPUT19X-75 Change-Id: I437095cb8f8d2ba31b85594a7609532991441a37 Signed-off-by: Seema Khowala Reviewed-on: https://git-master/r/1514040 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/gr_gm20b.c | 1 + 1 file changed, 1 insertion(+) (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 f3ba11b7..3a1d579a 100644 --- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c @@ -1635,4 +1635,5 @@ void gm20b_init_gr(struct gpu_ops *gops) 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; + gops->gr.get_sm_hww_global_esr = gk20a_gr_get_sm_hww_global_esr; } -- cgit v1.2.2