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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 9d059b72..801a76a3 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -708,9 +708,9 @@ static const struct gpu_ops gv100_ops = {
708 .alloc_blob_space = gp106_alloc_blob_space, 708 .alloc_blob_space = gp106_alloc_blob_space,
709 .pmu_populate_loader_cfg = gp106_pmu_populate_loader_cfg, 709 .pmu_populate_loader_cfg = gp106_pmu_populate_loader_cfg,
710 .flcn_populate_bl_dmem_desc = gp106_flcn_populate_bl_dmem_desc, 710 .flcn_populate_bl_dmem_desc = gp106_flcn_populate_bl_dmem_desc,
711 .falcon_wait_for_halt = sec2_wait_for_halt, 711 .falcon_wait_for_halt = gp106_sec2_wait_for_halt,
712 .falcon_clear_halt_interrupt_status = 712 .falcon_clear_halt_interrupt_status =
713 sec2_clear_halt_interrupt_status, 713 gp106_sec2_clear_halt_interrupt_status,
714 .init_falcon_setup_hw = init_sec2_setup_hw1, 714 .init_falcon_setup_hw = init_sec2_setup_hw1,
715 .pmu_queue_tail = gk20a_pmu_queue_tail, 715 .pmu_queue_tail = gk20a_pmu_queue_tail,
716 .pmu_get_queue_head = pwr_pmu_queue_head_r, 716 .pmu_get_queue_head = pwr_pmu_queue_head_r,