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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/bus/bus_gk20a.h b/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
index 1f81a4b0..fe1cad58 100644
--- a/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
+++ b/drivers/gpu/nvgpu/common/bus/bus_gk20a.h
@@ -27,10 +27,16 @@
27struct gk20a; 27struct gk20a;
28struct gpu_ops; 28struct gpu_ops;
29struct nvgpu_mem; 29struct nvgpu_mem;
30struct nvgpu_sgt;
31struct nvgpu_sgl;
30 32
31void gk20a_bus_isr(struct gk20a *g); 33void gk20a_bus_isr(struct gk20a *g);
32int gk20a_read_ptimer(struct gk20a *g, u64 *value); 34int gk20a_read_ptimer(struct gk20a *g, u64 *value);
33void gk20a_bus_init_hw(struct gk20a *g); 35void gk20a_bus_init_hw(struct gk20a *g);
34int gk20a_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst); 36int 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,
38 struct nvgpu_sgt *sgt,
39 struct nvgpu_sgl *sgl,
40 u32 w);
35 41
36#endif /* GK20A_H */ 42#endif /* BUS_GK20A_H */