summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 7bc053e8..9fe76573 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -425,9 +425,9 @@ static const struct gpu_ops vgpu_gv11b_ops = {
425 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit, 425 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
426 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending, 426 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
427 .ring_channel_doorbell = gv11b_ring_channel_doorbell, 427 .ring_channel_doorbell = gv11b_ring_channel_doorbell,
428 .get_sema_wait_cmd_size = gk20a_fifo_get_sema_wait_cmd_size, 428 .get_sema_wait_cmd_size = gv11b_fifo_get_sema_wait_cmd_size,
429 .get_sema_incr_cmd_size = gk20a_fifo_get_sema_incr_cmd_size, 429 .get_sema_incr_cmd_size = gv11b_fifo_get_sema_incr_cmd_size,
430 .add_sema_cmd = gk20a_fifo_add_sema_cmd, 430 .add_sema_cmd = gv11b_fifo_add_sema_cmd,
431 }, 431 },
432 .gr_ctx = { 432 .gr_ctx = {
433 .get_netlist_name = gr_gv11b_get_netlist_name, 433 .get_netlist_name = gr_gv11b_get_netlist_name,