summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/acr_gp106.c
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/gp106/acr_gp106.c
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/gp106/acr_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/acr_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/acr_gp106.c b/drivers/gpu/nvgpu/gp106/acr_gp106.c
index f5a4053b..847a0b00 100644
--- a/drivers/gpu/nvgpu/gp106/acr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/acr_gp106.c
@@ -22,8 +22,8 @@
22#include "gk20a/gk20a.h" 22#include "gk20a/gk20a.h"
23#include "gk20a/pmu_gk20a.h" 23#include "gk20a/pmu_gk20a.h"
24 24
25#include "gm206/acr_gm206.h"
26#include "gm20b/acr_gm20b.h" 25#include "gm20b/acr_gm20b.h"
26#include "gp106/acr_gp106.h"
27#include "gp106/pmu_gp106.h" 27#include "gp106/pmu_gp106.h"
28 28
29#include "sec2_gp106.h" 29#include "sec2_gp106.h"