summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index c6c8e18c..e9053081 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -73,6 +73,7 @@
73#include "regops_gv11b.h" 73#include "regops_gv11b.h"
74#include "subctx_gv11b.h" 74#include "subctx_gv11b.h"
75 75
76#include <nvgpu/bus.h>
76#include <nvgpu/debug.h> 77#include <nvgpu/debug.h>
77#include <nvgpu/enabled.h> 78#include <nvgpu/enabled.h>
78 79
@@ -610,6 +611,7 @@ static const struct gpu_ops gv11b_ops = {
610 .init_hw = gk20a_bus_init_hw, 611 .init_hw = gk20a_bus_init_hw,
611 .isr = gk20a_bus_isr, 612 .isr = gk20a_bus_isr,
612 .read_ptimer = gk20a_read_ptimer, 613 .read_ptimer = gk20a_read_ptimer,
614 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
613 .bar1_bind = NULL, 615 .bar1_bind = NULL,
614 }, 616 },
615#if defined(CONFIG_GK20A_CYCLE_STATS) 617#if defined(CONFIG_GK20A_CYCLE_STATS)