summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 934ddb9a..8cd2a582 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -26,6 +26,7 @@
26#include "common/clock_gating/gp10b_gating_reglist.h" 26#include "common/clock_gating/gp10b_gating_reglist.h"
27#include "common/ptimer/ptimer_gk20a.h" 27#include "common/ptimer/ptimer_gk20a.h"
28#include "common/bus/bus_gm20b.h" 28#include "common/bus/bus_gm20b.h"
29#include "common/bus/bus_gp10b.h"
29 30
30#include "gk20a/gk20a.h" 31#include "gk20a/gk20a.h"
31#include "gk20a/fifo_gk20a.h" 32#include "gk20a/fifo_gk20a.h"
@@ -554,7 +555,6 @@ static const struct gpu_ops gp10b_ops = {
554 .init_inst_block = gk20a_init_inst_block, 555 .init_inst_block = gk20a_init_inst_block,
555 .mmu_fault_pending = gk20a_fifo_mmu_fault_pending, 556 .mmu_fault_pending = gk20a_fifo_mmu_fault_pending,
556 .init_bar2_vm = gp10b_init_bar2_vm, 557 .init_bar2_vm = gp10b_init_bar2_vm,
557 .init_bar2_mm_hw_setup = gp10b_init_bar2_mm_hw_setup,
558 .remove_bar2_vm = gp10b_remove_bar2_vm, 558 .remove_bar2_vm = gp10b_remove_bar2_vm,
559 .get_kind_invalid = gm20b_get_kind_invalid, 559 .get_kind_invalid = gm20b_get_kind_invalid,
560 .get_kind_pitch = gm20b_get_kind_pitch, 560 .get_kind_pitch = gm20b_get_kind_pitch,
@@ -653,6 +653,7 @@ static const struct gpu_ops gp10b_ops = {
653 .init_hw = gk20a_bus_init_hw, 653 .init_hw = gk20a_bus_init_hw,
654 .isr = gk20a_bus_isr, 654 .isr = gk20a_bus_isr,
655 .bar1_bind = gm20b_bus_bar1_bind, 655 .bar1_bind = gm20b_bus_bar1_bind,
656 .bar2_bind = gp10b_bus_bar2_bind,
656 .set_bar0_window = gk20a_bus_set_bar0_window, 657 .set_bar0_window = gk20a_bus_set_bar0_window,
657 }, 658 },
658 .ptimer = { 659 .ptimer = {