summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 6c0e0539..187c9c0e 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -7637,4 +7637,5 @@ void gk20a_init_gr_ops(struct gpu_ops *gops)
7637 gops->gr.mask_hww_warp_esr = gk20a_mask_hww_warp_esr; 7637 gops->gr.mask_hww_warp_esr = gk20a_mask_hww_warp_esr;
7638 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception; 7638 gops->gr.handle_sm_exception = gr_gk20a_handle_sm_exception;
7639 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception; 7639 gops->gr.handle_tex_exception = gr_gk20a_handle_tex_exception;
7640 gops->gr.get_lrf_tex_ltc_dram_override = NULL;
7640} 7641}