summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
index 66d993fc..8fa1a0f8 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
@@ -99,5 +99,6 @@ int vgpu_read_ptimer(struct gk20a *g, u64 *value);
99int vgpu_get_timestamps_zipper(struct gk20a *g, 99int vgpu_get_timestamps_zipper(struct gk20a *g,
100 u32 source_id, u32 count, 100 u32 source_id, u32 count,
101 struct nvgpu_cpu_time_correlation_sample *samples); 101 struct nvgpu_cpu_time_correlation_sample *samples);
102bool vgpu_is_reduced_bar1(struct gk20a *g);
102 103
103#endif 104#endif