summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-10-10 16:18:02 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-11 17:40:23 -0400
commitade9f5e03f1d0fd4987fc3f9fafb12e4118ac570 (patch)
treeee3a59682df9e0ed88bd7932bbe95f4ae0237536 /drivers/gpu/nvgpu/include
parent514c80d8d2d80cf9fa16447f7cd99d723ba5ce70 (diff)
gpu: nvgpu: Remove phys_addr_t from common code
Remove phys_addr_t change for corresponding change in the nvgpu main repo. JIRA NVGPU-30 JIRA NVGPU-226 Change-Id: I05a19bc51e949279edef6e9ad7161226cbca51a7 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1576466 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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