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 67654cba..6a79b1ac 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1233,4 +1233,6 @@ void gm20b_init_gr(struct gpu_ops *gops)
1233 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception; 1233 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception;
1234 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception; 1234 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception;
1235 gops->gr.get_lrf_tex_ltc_dram_override = NULL; 1235 gops->gr.get_lrf_tex_ltc_dram_override = NULL;
1236 gops->gr.update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode;
1237 gops->gr.update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode;
1236} 1238}