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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 0e0417a0..696316f5 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -651,7 +651,7 @@ static const struct gpu_ops gv100_ops = {
651 .deinit_eng_method_buffers = 651 .deinit_eng_method_buffers =
652 gv11b_fifo_deinit_eng_method_buffers, 652 gv11b_fifo_deinit_eng_method_buffers,
653 .tsg_bind_channel = gk20a_tsg_bind_channel, 653 .tsg_bind_channel = gk20a_tsg_bind_channel,
654 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 654 .tsg_unbind_channel = NULL,
655 .post_event_id = gk20a_tsg_event_id_post_event, 655 .post_event_id = gk20a_tsg_event_id_post_event,
656 .ch_abort_clean_up = gk20a_channel_abort_clean_up, 656 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
657 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout, 657 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout,