summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 8128054e..deb5f37f 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -362,6 +362,9 @@ static const struct gpu_ops vgpu_gv11b_ops = {
362 .update_runlist = vgpu_fifo_update_runlist, 362 .update_runlist = vgpu_fifo_update_runlist,
363 .trigger_mmu_fault = NULL, 363 .trigger_mmu_fault = NULL,
364 .get_mmu_fault_info = NULL, 364 .get_mmu_fault_info = NULL,
365 .get_mmu_fault_desc = NULL,
366 .get_mmu_fault_client_desc = NULL,
367 .get_mmu_fault_gpc_desc = NULL,
365 .wait_engine_idle = vgpu_fifo_wait_engine_idle, 368 .wait_engine_idle = vgpu_fifo_wait_engine_idle,
366 .get_num_fifos = gv11b_fifo_get_num_fifos, 369 .get_num_fifos = gv11b_fifo_get_num_fifos,
367 .get_pbdma_signature = gp10b_fifo_get_pbdma_signature, 370 .get_pbdma_signature = gp10b_fifo_get_pbdma_signature,