summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index d033a516..17f3ccf5 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP106 HAL interface 2 * GP106 HAL interface
3 * 3 *
4 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -527,7 +527,7 @@ static const struct gpu_ops gp106_ops = {
527 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 527 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
528 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 528 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
529 .tsg_bind_channel = gk20a_tsg_bind_channel, 529 .tsg_bind_channel = gk20a_tsg_bind_channel,
530 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 530 .tsg_unbind_channel = NULL,
531 .post_event_id = gk20a_tsg_event_id_post_event, 531 .post_event_id = gk20a_tsg_event_id_post_event,
532 .ch_abort_clean_up = gk20a_channel_abort_clean_up, 532 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
533 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout, 533 .check_tsg_ctxsw_timeout = gk20a_fifo_check_tsg_ctxsw_timeout,