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 1a7f0874..87775a3f 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -24,6 +24,7 @@
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/bus/bus_gp10b.h"
27#include "common/bus/bus_gm20b.h"
27#include "common/clock_gating/gv11b_gating_reglist.h" 28#include "common/clock_gating/gv11b_gating_reglist.h"
28#include "common/ptimer/ptimer_gk20a.h" 29#include "common/ptimer/ptimer_gk20a.h"
29 30
@@ -745,7 +746,7 @@ static const struct gpu_ops gv11b_ops = {
745 .bus = { 746 .bus = {
746 .init_hw = gk20a_bus_init_hw, 747 .init_hw = gk20a_bus_init_hw,
747 .isr = gk20a_bus_isr, 748 .isr = gk20a_bus_isr,
748 .bar1_bind = NULL, 749 .bar1_bind = gm20b_bus_bar1_bind,
749 .bar2_bind = gp10b_bus_bar2_bind, 750 .bar2_bind = gp10b_bus_bar2_bind,
750 .set_bar0_window = gk20a_bus_set_bar0_window, 751 .set_bar0_window = gk20a_bus_set_bar0_window,
751 }, 752 },