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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 9621aaa4..c8849631 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -639,6 +639,8 @@ static const struct gpu_ops gv100_ops = {
639 .init_pbdma_intr_descs = gv11b_fifo_init_pbdma_intr_descs, 639 .init_pbdma_intr_descs = gv11b_fifo_init_pbdma_intr_descs,
640 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw, 640 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw,
641 .teardown_ch_tsg = gv11b_fifo_teardown_ch_tsg, 641 .teardown_ch_tsg = gv11b_fifo_teardown_ch_tsg,
642 .teardown_mask_intr = gv100_fifo_teardown_mask_intr,
643 .teardown_unmask_intr = gv100_fifo_teardown_unmask_intr,
642 .handle_sched_error = gk20a_fifo_handle_sched_error, 644 .handle_sched_error = gk20a_fifo_handle_sched_error,
643 .handle_pbdma_intr_0 = gv11b_fifo_handle_pbdma_intr_0, 645 .handle_pbdma_intr_0 = gv11b_fifo_handle_pbdma_intr_0,
644 .handle_pbdma_intr_1 = gv11b_fifo_handle_pbdma_intr_1, 646 .handle_pbdma_intr_1 = gv11b_fifo_handle_pbdma_intr_1,