summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-10-31 05:59:39 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:02 -0500
commit0f4da5e11825ae26f86efcd06dede8dfb80e73fd (patch)
tree12a25a464856292d9033a24f5ab38cc0d455095f /drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
parent23a4456260f163881b54b89fc14ec14a2b0d1f35 (diff)
gpu: nvgpu: Add own platform data to enable host1x
Add gp10b platform data to enable sync point support. Bug 1572701 Change-Id: Iaf03ecb8fb6b8bf4bb824e2a012c80dfe3f4fcae Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/592099 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h')
-rw-r--r--drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
index fe027fb0..ac65af18 100644
--- a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
+++ b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
@@ -27,4 +27,5 @@
27#define TEGRA_18x_GPU_COMPAT_GENERIC NVGPU_COMPAT_GENERIC_GP10B 27#define TEGRA_18x_GPU_COMPAT_GENERIC NVGPU_COMPAT_GENERIC_GP10B
28struct gpu_ops; 28struct gpu_ops;
29extern int gp10b_init_hal(struct gpu_ops *); 29extern int gp10b_init_hal(struct gpu_ops *);
30extern struct gk20a_platform t18x_gpu_tegra_platform;
30#endif 31#endif