summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/bus_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/bus_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/bus_gk20a.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/bus_gk20a.h b/drivers/gpu/nvgpu/gk20a/bus_gk20a.h
index 088c385e..344350b4 100644
--- a/drivers/gpu/nvgpu/gk20a/bus_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/bus_gk20a.h
@@ -20,12 +20,6 @@
20 20
21struct gk20a; 21struct gk20a;
22struct gpu_ops; 22struct gpu_ops;
23struct nvgpu_mem;
24
25struct nvgpu_cpu_time_correlation_sample {
26 u64 cpu_timestamp;
27 u64 gpu_timestamp;
28};
29 23
30void gk20a_init_bus(struct gpu_ops *gops); 24void gk20a_init_bus(struct gpu_ops *gops);
31 25
@@ -33,8 +27,4 @@ void gk20a_bus_isr(struct gk20a *g);
33int gk20a_read_ptimer(struct gk20a *g, u64 *value); 27int gk20a_read_ptimer(struct gk20a *g, u64 *value);
34void gk20a_bus_init_hw(struct gk20a *g); 28void gk20a_bus_init_hw(struct gk20a *g);
35 29
36int gk20a_get_timestamps_zipper(struct gk20a *g,
37 u32 source_id, u32 count,
38 struct nvgpu_cpu_time_correlation_sample *samples);
39
40#endif /* GK20A_H */ 30#endif /* GK20A_H */