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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 517c1ac6..838dbf87 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -534,6 +534,9 @@ static const struct gpu_ops gv100_ops = {
534 .update_runlist = gk20a_fifo_update_runlist, 534 .update_runlist = gk20a_fifo_update_runlist,
535 .trigger_mmu_fault = NULL, 535 .trigger_mmu_fault = NULL,
536 .get_mmu_fault_info = NULL, 536 .get_mmu_fault_info = NULL,
537 .get_mmu_fault_desc = NULL,
538 .get_mmu_fault_client_desc = NULL,
539 .get_mmu_fault_gpc_desc = NULL,
537 .wait_engine_idle = gk20a_fifo_wait_engine_idle, 540 .wait_engine_idle = gk20a_fifo_wait_engine_idle,
538 .get_num_fifos = gv100_fifo_get_num_fifos, 541 .get_num_fifos = gv100_fifo_get_num_fifos,
539 .get_pbdma_signature = gp10b_fifo_get_pbdma_signature, 542 .get_pbdma_signature = gp10b_fifo_get_pbdma_signature,