summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/nvhost_t19x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/nvhost_t19x.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/nvhost_t19x.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/nvhost_t19x.c b/drivers/gpu/nvgpu/common/linux/nvhost_t19x.c
index 0b2ae08c..21cf62ec 100644
--- a/drivers/gpu/nvgpu/common/linux/nvhost_t19x.c
+++ b/drivers/gpu/nvgpu/common/linux/nvhost_t19x.c
@@ -23,11 +23,10 @@
23 23
24int nvgpu_nvhost_syncpt_unit_interface_get_aperture( 24int nvgpu_nvhost_syncpt_unit_interface_get_aperture(
25 struct nvgpu_nvhost_dev *nvhost_dev, 25 struct nvgpu_nvhost_dev *nvhost_dev,
26 phys_addr_t *base, 26 u64 *base, size_t *size)
27 size_t *size)
28{ 27{
29 return nvhost_syncpt_unit_interface_get_aperture( 28 return nvhost_syncpt_unit_interface_get_aperture(
30 nvhost_dev->host1x_pdev, base, size); 29 nvhost_dev->host1x_pdev, (phys_addr_t *)base, size);
31} 30}
32 31
33u32 nvgpu_nvhost_syncpt_unit_interface_get_byte_offset(u32 syncpt_id) 32u32 nvgpu_nvhost_syncpt_unit_interface_get_byte_offset(u32 syncpt_id)