summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 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 d07d0229..4dc3a150 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -419,6 +419,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
419 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header, 419 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header,
420 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg, 420 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
421 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout, 421 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout,
422 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
423 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
422 }, 424 },
423 .gr_ctx = { 425 .gr_ctx = {
424 .get_netlist_name = gr_gv11b_get_netlist_name, 426 .get_netlist_name = gr_gv11b_get_netlist_name,