summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 3cdba8ac..d3409b09 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -496,7 +496,7 @@ static const struct gpu_ops gp10b_ops = {
496 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 496 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
497 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 497 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
498 .tsg_bind_channel = gk20a_tsg_bind_channel, 498 .tsg_bind_channel = gk20a_tsg_bind_channel,
499 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 499 .tsg_unbind_channel = NULL,
500 .post_event_id = gk20a_tsg_event_id_post_event, 500 .post_event_id = gk20a_tsg_event_id_post_event,
501 .ch_abort_clean_up = gk20a_channel_abort_clean_up, 501 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
502 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout, 502 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout,