summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index f7fabf68..2f7b4abc 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -618,7 +618,7 @@ static const struct gpu_ops gv11b_ops = {
618 .deinit_eng_method_buffers = 618 .deinit_eng_method_buffers =
619 gv11b_fifo_deinit_eng_method_buffers, 619 gv11b_fifo_deinit_eng_method_buffers,
620 .tsg_bind_channel = gk20a_tsg_bind_channel, 620 .tsg_bind_channel = gk20a_tsg_bind_channel,
621 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 621 .tsg_unbind_channel = NULL,
622 .post_event_id = gk20a_tsg_event_id_post_event, 622 .post_event_id = gk20a_tsg_event_id_post_event,
623 .ch_abort_clean_up = gk20a_channel_abort_clean_up, 623 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
624 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout, 624 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout,