summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
index 0813ad75..d205f039 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -222,6 +222,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
222 .init_preemption_state = NULL, 222 .init_preemption_state = NULL,
223 .update_boosted_ctx = NULL, 223 .update_boosted_ctx = NULL,
224 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 224 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
225 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
225 .create_gr_sysfs = gr_gv11b_create_sysfs, 226 .create_gr_sysfs = gr_gv11b_create_sysfs,
226 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode, 227 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode,
227 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 228 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,