summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-09-09 19:59:21 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:49 -0500
commit82bbd0cd5d3d82bacc5023830d0eeb21065dd5f2 (patch)
tree50cac71c5516404760b163a7de3675a6b526c797 /drivers/gpu/nvgpu/Makefile.nvgpu-t18x
parent4afc6a1659ec058fd44953ccff7a1030275bcc92 (diff)
gpu: nvgpu: implement PCIe Gen2 frequency swap
Implement the basic code to swap between PCIe bus speeds for the GPU. Other GPUs are not supported yet. Currently the following speeds can be used: Gen1 (2.5 MTPS) Gen2 (5.0 MTPS) gp106 on DPX2 does not support Gen3. JIRA DNVGPU-89 Change-Id: I8bebfc9d99b682bdcff406fa56e806097dd51499 Reviewed-on: http://git-master/r/1218177 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1227925 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.nvgpu-t18x')
-rw-r--r--drivers/gpu/nvgpu/Makefile.nvgpu-t18x3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
index eb9d5977..17b33959 100644
--- a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
@@ -42,7 +42,8 @@ nvgpu-y += \
42 $(nvgpu-t18x)/clk/clk.o \ 42 $(nvgpu-t18x)/clk/clk.o \
43 $(nvgpu-t18x)/gp106/clk_gp106.o \ 43 $(nvgpu-t18x)/gp106/clk_gp106.o \
44 $(nvgpu-t18x)/gp106/gp106_gating_reglist.o \ 44 $(nvgpu-t18x)/gp106/gp106_gating_reglist.o \
45 $(nvgpu-t18x)/gp106/therm_gp106.o 45 $(nvgpu-t18x)/gp106/therm_gp106.o \
46 $(nvgpu-t18x)/gp106/xve_gp106.o
46 47
47nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o 48nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o
48 49