summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 33e69d4e..eec0f917 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -25,6 +25,7 @@
25#include "common/bus/bus_gk20a.h" 25#include "common/bus/bus_gk20a.h"
26#include "common/clock_gating/gp106_gating_reglist.h" 26#include "common/clock_gating/gp106_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 29
29#include "gk20a/gk20a.h" 30#include "gk20a/gk20a.h"
30#include "gk20a/fifo_gk20a.h" 31#include "gk20a/fifo_gk20a.h"
@@ -721,7 +722,7 @@ static const struct gpu_ops gp106_ops = {
721 .bus = { 722 .bus = {
722 .init_hw = gk20a_bus_init_hw, 723 .init_hw = gk20a_bus_init_hw,
723 .isr = gk20a_bus_isr, 724 .isr = gk20a_bus_isr,
724 .bar1_bind = gk20a_bus_bar1_bind, 725 .bar1_bind = gm20b_bus_bar1_bind,
725 .set_bar0_window = gk20a_bus_set_bar0_window, 726 .set_bar0_window = gk20a_bus_set_bar0_window,
726 }, 727 },
727 .ptimer = { 728 .ptimer = {