summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index d52d1c7e..718b6f93 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -601,6 +601,8 @@ static const struct gpu_ops gv11b_ops = {
601 .init_pbdma_intr_descs = gv11b_fifo_init_pbdma_intr_descs, 601 .init_pbdma_intr_descs = gv11b_fifo_init_pbdma_intr_descs,
602 .reset_enable_hw = gv11b_init_fifo_reset_enable_hw, 602 .reset_enable_hw = gv11b_init_fifo_reset_enable_hw,
603 .teardown_ch_tsg = gv11b_fifo_teardown_ch_tsg, 603 .teardown_ch_tsg = gv11b_fifo_teardown_ch_tsg,
604 .teardown_mask_intr = gv11b_fifo_teardown_mask_intr,
605 .teardown_unmask_intr = gv11b_fifo_teardown_unmask_intr,
604 .handle_sched_error = gv11b_fifo_handle_sched_error, 606 .handle_sched_error = gv11b_fifo_handle_sched_error,
605 .handle_pbdma_intr_0 = gv11b_fifo_handle_pbdma_intr_0, 607 .handle_pbdma_intr_0 = gv11b_fifo_handle_pbdma_intr_0,
606 .handle_pbdma_intr_1 = gv11b_fifo_handle_pbdma_intr_1, 608 .handle_pbdma_intr_1 = gv11b_fifo_handle_pbdma_intr_1,