summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_gp106.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_gp106.c b/drivers/gpu/nvgpu/gp106/gr_gp106.c
index 896c3fc6..dae23374 100644
--- a/drivers/gpu/nvgpu/gp106/gr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/gr_gp106.c
@@ -243,5 +243,6 @@ void gp106_init_gr(struct gpu_ops *gops)
243 gops->gr.init_preemption_state = NULL; 243 gops->gr.init_preemption_state = NULL;
244 gops->gr.set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode; 244 gops->gr.set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode;
245 gops->gr.create_gr_sysfs = NULL; 245 gops->gr.create_gr_sysfs = NULL;
246 246 gops->gr.set_boosted_ctx = NULL;
247 gops->gr.update_boosted_ctx = NULL;
247} 248}