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 99bccd0e..e7b6fa85 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1595,6 +1595,7 @@ void gm20b_init_gr(struct gpu_ops *gops)
1595 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception; 1595 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception;
1596 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception; 1596 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception;
1597 gops->gr.enable_gpc_exceptions = gk20a_gr_enable_gpc_exceptions; 1597 gops->gr.enable_gpc_exceptions = gk20a_gr_enable_gpc_exceptions;
1598 gops->gr.enable_exceptions = gk20a_gr_enable_exceptions;
1598 gops->gr.get_lrf_tex_ltc_dram_override = NULL; 1599 gops->gr.get_lrf_tex_ltc_dram_override = NULL;
1599 gops->gr.update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode; 1600 gops->gr.update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode;
1600 gops->gr.update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode; 1601 gops->gr.update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode;