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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 13e0c1a3..56429975 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.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_gv100.h"
27#include "common/clock_gating/gv100_gating_reglist.h" 28#include "common/clock_gating/gv100_gating_reglist.h"
28#include "common/ptimer/ptimer_gk20a.h" 29#include "common/ptimer/ptimer_gk20a.h"
29 30
@@ -794,6 +795,8 @@ static const struct gpu_ops gv100_ops = {
794 .bar1_bind = NULL, 795 .bar1_bind = NULL,
795 .bar2_bind = gp10b_bus_bar2_bind, 796 .bar2_bind = gp10b_bus_bar2_bind,
796 .set_bar0_window = gk20a_bus_set_bar0_window, 797 .set_bar0_window = gk20a_bus_set_bar0_window,
798 .read_sw_scratch = gv100_bus_read_sw_scratch,
799 .write_sw_scratch = gv100_bus_write_sw_scratch,
797 }, 800 },
798 .ptimer = { 801 .ptimer = {
799 .isr = gk20a_ptimer_isr, 802 .isr = gk20a_ptimer_isr,