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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index b3379253..5fcfb32f 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -488,6 +488,8 @@ static const struct gpu_ops gp10b_ops = {
488 .init_pbdma_intr_descs = gp10b_fifo_init_pbdma_intr_descs, 488 .init_pbdma_intr_descs = gp10b_fifo_init_pbdma_intr_descs,
489 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw, 489 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw,
490 .teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg, 490 .teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg,
491 .teardown_mask_intr = gk20a_fifo_teardown_mask_intr,
492 .teardown_unmask_intr = gk20a_fifo_teardown_unmask_intr,
491 .handle_sched_error = gk20a_fifo_handle_sched_error, 493 .handle_sched_error = gk20a_fifo_handle_sched_error,
492 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 494 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
493 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 495 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,