summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index c64a06ca..4a710689 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -597,9 +597,9 @@ static const struct gpu_ops gv100_ops = {
597 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit, 597 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
598 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending, 598 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
599 .ring_channel_doorbell = gv11b_ring_channel_doorbell, 599 .ring_channel_doorbell = gv11b_ring_channel_doorbell,
600 .get_sema_wait_cmd_size = gk20a_fifo_get_sema_wait_cmd_size, 600 .get_sema_wait_cmd_size = gv11b_fifo_get_sema_wait_cmd_size,
601 .get_sema_incr_cmd_size = gk20a_fifo_get_sema_incr_cmd_size, 601 .get_sema_incr_cmd_size = gv11b_fifo_get_sema_incr_cmd_size,
602 .add_sema_cmd = gk20a_fifo_add_sema_cmd, 602 .add_sema_cmd = gv11b_fifo_add_sema_cmd,
603 }, 603 },
604 .gr_ctx = { 604 .gr_ctx = {
605 .get_netlist_name = gr_gv100_get_netlist_name, 605 .get_netlist_name = gr_gv100_get_netlist_name,