summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/bus/bus_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/bus/bus_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/bus/bus_gk20a.h b/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
index fe1cad58..541472cd 100644
--- a/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
+++ b/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
@@ -25,13 +25,11 @@
25#include <nvgpu/types.h> 25#include <nvgpu/types.h>
26 26
27struct gk20a; 27struct gk20a;
28struct gpu_ops;
29struct nvgpu_mem; 28struct nvgpu_mem;
30struct nvgpu_sgt; 29struct nvgpu_sgt;
31struct nvgpu_sgl; 30struct nvgpu_sgl;
32 31
33void gk20a_bus_isr(struct gk20a *g); 32void gk20a_bus_isr(struct gk20a *g);
34int gk20a_read_ptimer(struct gk20a *g, u64 *value);
35void gk20a_bus_init_hw(struct gk20a *g); 33void gk20a_bus_init_hw(struct gk20a *g);
36int gk20a_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst); 34int gk20a_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst);
37u32 gk20a_bus_set_bar0_window(struct gk20a *g, struct nvgpu_mem *mem, 35u32 gk20a_bus_set_bar0_window(struct gk20a *g, struct nvgpu_mem *mem,