summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-11-05 04:21:03 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:02 -0500
commit317e7bb75862eb7e7272271435a6387a4f5c9839 (patch)
tree053b4e8a38dc657cd7044059492762a4c3850ef0 /drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
parent0f4da5e11825ae26f86efcd06dede8dfb80e73fd (diff)
gpu: nvgpu: gp10b: Fill class numbers
Fill class numbers to characteristics structure. Bug 1567274 Change-Id: I129e79fa3f850899ae0c7d93704dc4786ad514d9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/594404 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
index ac65af18..59ecefee 100644
--- a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
+++ b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
@@ -26,6 +26,6 @@
26#define TEGRA_18x_GPU_COMPAT_TEGRA NVGPU_COMPAT_TEGRA_GP10B 26#define TEGRA_18x_GPU_COMPAT_TEGRA NVGPU_COMPAT_TEGRA_GP10B
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 gk20a *);
30extern struct gk20a_platform t18x_gpu_tegra_platform; 30extern struct gk20a_platform t18x_gpu_tegra_platform;
31#endif 31#endif