diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c index 415ad9636..8176b807c 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c @@ -2421,4 +2421,5 @@ void gv11b_init_gr(struct gpu_ops *gops) gops->gr.load_tpc_mask = gr_gv11b_load_tpc_mask; gops->gr.handle_gpc_gpccs_exception = gr_gv11b_handle_gpc_gpccs_exception; + gops->gr.set_czf_bypass = NULL; }