summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 9898c683..c470f520 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -459,7 +459,7 @@ static const struct gpu_ops gm20b_ops = {
459 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 459 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
460 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 460 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
461 .tsg_bind_channel = gk20a_tsg_bind_channel, 461 .tsg_bind_channel = gk20a_tsg_bind_channel,
462 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 462 .tsg_unbind_channel = NULL,
463 .post_event_id = gk20a_tsg_event_id_post_event, 463 .post_event_id = gk20a_tsg_event_id_post_event,
464 .ch_abort_clean_up = gk20a_channel_abort_clean_up, 464 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
465 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout, 465 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout,