summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-06-22 00:28:10 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-06 15:04:42 -0400
commit9891cb117e538f1ea5d19171a3c88422cdce7162 (patch)
treee03b1baecbcebd5f6eaeb80eba4cecfb6d2940aa /drivers/gpu/nvgpu/gm20b/gr_gm20b.c
parent64076b4b214b45fe8367e467dd6796a9bcc058a4 (diff)
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 <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1514040 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
1 files changed, 1 insertions, 0 deletions
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)
1635 gops->gr.resume_single_sm = gk20a_gr_resume_single_sm; 1635 gops->gr.resume_single_sm = gk20a_gr_resume_single_sm;
1636 gops->gr.resume_all_sms = gk20a_gr_resume_all_sms; 1636 gops->gr.resume_all_sms = gk20a_gr_resume_all_sms;
1637 gops->gr.get_sm_hww_warp_esr = gk20a_gr_get_sm_hww_warp_esr; 1637 gops->gr.get_sm_hww_warp_esr = gk20a_gr_get_sm_hww_warp_esr;
1638 gops->gr.get_sm_hww_global_esr = gk20a_gr_get_sm_hww_global_esr;
1638} 1639}