summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c
index 6f50dbb8..74fa65f3 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gm20b/vgpu_hal_gm20b.c
@@ -260,7 +260,6 @@ static const struct gpu_ops vgpu_gm20b_ops = {
260 .alloc_inst = vgpu_channel_alloc_inst, 260 .alloc_inst = vgpu_channel_alloc_inst,
261 .free_inst = vgpu_channel_free_inst, 261 .free_inst = vgpu_channel_free_inst,
262 .setup_ramfc = vgpu_channel_setup_ramfc, 262 .setup_ramfc = vgpu_channel_setup_ramfc,
263 .channel_set_timeslice = vgpu_channel_set_timeslice,
264 .default_timeslice_us = vgpu_fifo_default_timeslice_us, 263 .default_timeslice_us = vgpu_fifo_default_timeslice_us,
265 .setup_userd = gk20a_fifo_setup_userd, 264 .setup_userd = gk20a_fifo_setup_userd,
266 .userd_gp_get = gk20a_fifo_userd_gp_get, 265 .userd_gp_get = gk20a_fifo_userd_gp_get,