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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 7b552723..58912a30 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -23,6 +23,7 @@
23 */ 23 */
24 24
25#include "common/bus/bus_gk20a.h" 25#include "common/bus/bus_gk20a.h"
26#include "common/bus/bus_gp10b.h"
26#include "common/clock_gating/gv11b_gating_reglist.h" 27#include "common/clock_gating/gv11b_gating_reglist.h"
27#include "common/ptimer/ptimer_gk20a.h" 28#include "common/ptimer/ptimer_gk20a.h"
28 29
@@ -621,7 +622,6 @@ static const struct gpu_ops gv11b_ops = {
621 .get_kind_invalid = gm20b_get_kind_invalid, 622 .get_kind_invalid = gm20b_get_kind_invalid,
622 .get_kind_pitch = gm20b_get_kind_pitch, 623 .get_kind_pitch = gm20b_get_kind_pitch,
623 .init_bar2_vm = gp10b_init_bar2_vm, 624 .init_bar2_vm = gp10b_init_bar2_vm,
624 .init_bar2_mm_hw_setup = gv11b_init_bar2_mm_hw_setup,
625 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 625 .remove_bar2_vm = gv11b_mm_remove_bar2_vm,
626 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 626 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
627 }, 627 },
@@ -724,6 +724,7 @@ static const struct gpu_ops gv11b_ops = {
724 .init_hw = gk20a_bus_init_hw, 724 .init_hw = gk20a_bus_init_hw,
725 .isr = gk20a_bus_isr, 725 .isr = gk20a_bus_isr,
726 .bar1_bind = NULL, 726 .bar1_bind = NULL,
727 .bar2_bind = gp10b_bus_bar2_bind,
727 .set_bar0_window = gk20a_bus_set_bar0_window, 728 .set_bar0_window = gk20a_bus_set_bar0_window,
728 }, 729 },
729 .ptimer = { 730 .ptimer = {