From aec94d809348e8ff9a900c2a38456d7217c86728 Mon Sep 17 00:00:00 2001 From: Kenneth Adams Date: Wed, 29 Oct 2014 08:28:27 +0200 Subject: gpu: nvgpu: T18x support nvgpu framework and build for T18x Bug 1567274 Change-Id: I77835302a1110573008869d1106eface512bb9b1 Signed-off-by: Ken Adams Signed-off-by: Terje Bergstrom --- include/uapi/linux/nvgpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index c393ab0c..719dc255 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -88,6 +88,10 @@ struct nvgpu_gpu_zbc_query_table_args { #define NVGPU_GPU_ARCH_GM200 0x00000120 #define NVGPU_GPU_IMPL_GM20B 0x0000000B +#ifdef CONFIG_ARCH_TEGRA_18x_SOC +#include +#endif + #define NVGPU_GPU_BUS_TYPE_NONE 0 #define NVGPU_GPU_BUS_TYPE_AXI 32 -- cgit v1.2.2