From ccba95757033292d881671e575aed5e0feb61dc3 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Thu, 7 Apr 2016 15:35:51 -0700 Subject: gpu: nvgpu: add support for t19x Add build and gpu framework support for t19x. Bug 1735757 Change-Id: I4b7c6468871ca27412a6f9be20f744bc730b4142 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/1122093 GVS: Gerrit_Virtual_Submit Reviewed-by: Ken Adams --- 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 a75a5ae0..d84c5440 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -92,6 +92,10 @@ struct nvgpu_gpu_zbc_query_table_args { #include #endif +#ifdef CONFIG_ARCH_TEGRA_19x_SOC +#include +#endif + #define NVGPU_GPU_BUS_TYPE_NONE 0 #define NVGPU_GPU_BUS_TYPE_AXI 32 -- cgit v1.2.2