summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c2
1 files changed, 2 insertions, 0 deletions
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)
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 gops->gr.get_sm_hww_global_esr = gk20a_gr_get_sm_hww_global_esr;
1639 gops->gr.get_sm_no_lock_down_hww_global_esr_mask =
1640 gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask;
1639} 1641}