From 102c512082b8810c4b50ab0266748ec6776b76d8 Mon Sep 17 00:00:00 2001 From: Samuel Payne Date: Mon, 19 Jun 2017 21:01:49 -0700 Subject: gpu: nvpgu: Use correct chipid Add gm20b "B" revision chipip. Bug 1870669 Change-Id: Ife31e6d739aabb8ef4a4f401091c3202b415a70e Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1490650 Reviewed-by: Samuel Payne Signed-off-by: Samuel Payne Reviewed-on: http://git-master/r/1490648 Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/uapi/linux/nvgpu.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'include') diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index 065aaece..8b29a3ae 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -81,17 +81,18 @@ struct nvgpu_gpu_zbc_query_table_args { /* This contains the minimal set by which the userspace can determine all the properties of the GPU */ -#define NVGPU_GPU_ARCH_GK100 0x000000E0 -#define NVGPU_GPU_ARCH_GM200 0x00000120 -#define NVGPU_GPU_ARCH_GP100 0x00000130 - -#define NVGPU_GPU_IMPL_GK20A 0x0000000A -#define NVGPU_GPU_IMPL_GM204 0x00000004 -#define NVGPU_GPU_IMPL_GM206 0x00000006 -#define NVGPU_GPU_IMPL_GM20B 0x0000000B -#define NVGPU_GPU_IMPL_GP104 0x00000004 -#define NVGPU_GPU_IMPL_GP106 0x00000006 -#define NVGPU_GPU_IMPL_GP10B 0x0000000B +#define NVGPU_GPU_ARCH_GK100 0x000000E0 +#define NVGPU_GPU_ARCH_GM200 0x00000120 +#define NVGPU_GPU_ARCH_GP100 0x00000130 + +#define NVGPU_GPU_IMPL_GK20A 0x0000000A +#define NVGPU_GPU_IMPL_GM204 0x00000004 +#define NVGPU_GPU_IMPL_GM206 0x00000006 +#define NVGPU_GPU_IMPL_GM20B 0x0000000B +#define NVGPU_GPU_IMPL_GM20B_B 0x0000000E +#define NVGPU_GPU_IMPL_GP104 0x00000004 +#define NVGPU_GPU_IMPL_GP106 0x00000006 +#define NVGPU_GPU_IMPL_GP10B 0x0000000B #ifdef CONFIG_ARCH_TEGRA_18x_SOC #include -- cgit v1.2.2