summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/acr.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-02-14 03:58:54 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-15 22:33:29 -0500
commita9e1a6c70af1d7414a3d64423600ca37eba0f750 (patch)
tree5c7db4714829db21130a717ad804c39c7b14a427 /drivers/gpu/nvgpu/acr.h
parentd465504534b2ec7ab0be190fc98b24e1b77634e2 (diff)
gpu: nvgpu: Remove ACR gm204/gm206 support
- Remove ACR gm204/gm206 support as no more support required Maxwell dGPU. -Moved required ACR interface to gp106 from gm206 -Deleted acr_gm206.c/h files & removed its involvement from dependent files. Change-Id: I9cb7ce8f7ef8bb6fcc7515e644ffb11b774389f4 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1304556 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/acr.h')
-rw-r--r--drivers/gpu/nvgpu/acr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/acr.h b/drivers/gpu/nvgpu/acr.h
index 2877ac38..df90c96e 100644
--- a/drivers/gpu/nvgpu/acr.h
+++ b/drivers/gpu/nvgpu/acr.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -16,7 +16,7 @@
16 16
17#include "gm20b/mm_gm20b.h" 17#include "gm20b/mm_gm20b.h"
18#include "gm20b/acr_gm20b.h" 18#include "gm20b/acr_gm20b.h"
19#include "gm206/acr_gm206.h" 19#include "gp106/acr_gp106.h"
20#ifdef CONFIG_ARCH_TEGRA_18x_SOC 20#ifdef CONFIG_ARCH_TEGRA_18x_SOC
21#include "acr_t18x.h" 21#include "acr_t18x.h"
22#endif 22#endif