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.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 309aaf95..74d687ec 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1227,4 +1227,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1227 gops->gr.bpt_reg_info = gr_gm20b_bpt_reg_info; 1227 gops->gr.bpt_reg_info = gr_gm20b_bpt_reg_info;
1228 gops->gr.get_access_map = gr_gm20b_get_access_map; 1228 gops->gr.get_access_map = gr_gm20b_get_access_map;
1229 gops->gr.handle_fecs_error = gk20a_gr_handle_fecs_error; 1229 gops->gr.handle_fecs_error = gk20a_gr_handle_fecs_error;
1230 gops->gr.mask_hww_warp_esr = gk20a_mask_hww_warp_esr;
1230} 1231}