summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 09ce2492..fd408e3a 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -232,6 +232,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
232 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 232 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
233#ifdef CONFIG_SYSFS 233#ifdef CONFIG_SYSFS
234 .create_gr_sysfs = gr_gv11b_create_sysfs, 234 .create_gr_sysfs = gr_gv11b_create_sysfs,
235 .remove_gr_sysfs = gr_gv11b_remove_sysfs,
235#endif 236#endif
236 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode, 237 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode,
237 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 238 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,