summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c')
-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 7d60bfb2..079b4cb9 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
@@ -355,6 +355,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
355 .set_runlist_interleave = vgpu_fifo_set_runlist_interleave, 355 .set_runlist_interleave = vgpu_fifo_set_runlist_interleave,
356 .tsg_set_timeslice = vgpu_tsg_set_timeslice, 356 .tsg_set_timeslice = vgpu_tsg_set_timeslice,
357 .tsg_open = vgpu_tsg_open, 357 .tsg_open = vgpu_tsg_open,
358 .tsg_release = vgpu_tsg_release,
358 .force_reset_ch = vgpu_fifo_force_reset_ch, 359 .force_reset_ch = vgpu_fifo_force_reset_ch,
359 .engine_enum_from_type = gp10b_fifo_engine_enum_from_type, 360 .engine_enum_from_type = gp10b_fifo_engine_enum_from_type,
360 .device_info_data_parse = gp10b_device_info_data_parse, 361 .device_info_data_parse = gp10b_device_info_data_parse,