summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index dbfbc3d7..c5bf4ff5 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -448,6 +448,8 @@ static const struct gpu_ops gm20b_ops = {
448 .init_pbdma_intr_descs = gm20b_fifo_init_pbdma_intr_descs, 448 .init_pbdma_intr_descs = gm20b_fifo_init_pbdma_intr_descs,
449 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw, 449 .reset_enable_hw = gk20a_init_fifo_reset_enable_hw,
450 .teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg, 450 .teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg,
451 .teardown_mask_intr = gk20a_fifo_teardown_mask_intr,
452 .teardown_unmask_intr = gk20a_fifo_teardown_unmask_intr,
451 .handle_sched_error = gk20a_fifo_handle_sched_error, 453 .handle_sched_error = gk20a_fifo_handle_sched_error,
452 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 454 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
453 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 455 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,