summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h b/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h
index fcf99778..4b499882 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h
@@ -24,12 +24,13 @@
24#define __NVGPU_NVHOST_T19X_H__ 24#define __NVGPU_NVHOST_T19X_H__
25 25
26#ifdef CONFIG_TEGRA_GK20A_NVHOST 26#ifdef CONFIG_TEGRA_GK20A_NVHOST
27#include <nvgpu/types.h>
28
27struct nvgpu_nvhost_dev; 29struct nvgpu_nvhost_dev;
28 30
29int nvgpu_nvhost_syncpt_unit_interface_get_aperture( 31int nvgpu_nvhost_syncpt_unit_interface_get_aperture(
30 struct nvgpu_nvhost_dev *nvhost_dev, 32 struct nvgpu_nvhost_dev *nvhost_dev,
31 phys_addr_t *base, 33 u64 *base, size_t *size);
32 size_t *size);
33u32 nvgpu_nvhost_syncpt_unit_interface_get_byte_offset(u32 syncpt_id); 34u32 nvgpu_nvhost_syncpt_unit_interface_get_byte_offset(u32 syncpt_id);
34 35
35#endif 36#endif