summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index b881aaf7..13d0a871 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -413,6 +413,7 @@ static const struct gpu_ops gv100_ops = {
413 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 413 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
414#ifdef CONFIG_SYSFS 414#ifdef CONFIG_SYSFS
415 .create_gr_sysfs = gr_gv11b_create_sysfs, 415 .create_gr_sysfs = gr_gv11b_create_sysfs,
416 .remove_gr_sysfs = gr_gv11b_remove_sysfs,
416#endif 417#endif
417 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 418 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
418 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 419 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,