From 7b43eac2bc1e9e5946f1c721686f841af0550aef Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Wed, 8 Jun 2016 17:22:21 +0530 Subject: gpu: nvgpu: ACR interface update for GP104/GP106 JIRA DNVGPU-34 Change-Id: Ieb8e73451a5d73480b8d9e29e78b1a273b17d796 Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1161120 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/acr_t18x.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 drivers/gpu/nvgpu/acr_t18x.h (limited to 'drivers/gpu/nvgpu/acr_t18x.h') diff --git a/drivers/gpu/nvgpu/acr_t18x.h b/drivers/gpu/nvgpu/acr_t18x.h new file mode 100644 index 00000000..1e48d5ca --- /dev/null +++ b/drivers/gpu/nvgpu/acr_t18x.h @@ -0,0 +1,20 @@ +/* + * NVIDIA T18x ACR + * + * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + */ +#ifndef _NVGPU_ACR_T18X_H_ +#define _NVGPU_ACR_T18X_H_ + +#include "gp106/acr_gp106.h" + +#endif -- cgit v1.2.2