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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 386389b7..5da9fed5 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -448,7 +448,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
448 .reschedule_runlist = NULL, 448 .reschedule_runlist = NULL,
449 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 449 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
450 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header, 450 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header,
451 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
452 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout, 451 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout,
453 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit, 452 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
454 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending, 453 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,