summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-09-01 18:31:52 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:49 -0500
commit490a8f3f5ff69fa16df3db495c9a378afd8349b1 (patch)
tree73648efd3f9a03b1b1ae353cc8db9dab3e7d6f7e /drivers/gpu/nvgpu/Makefile.nvgpu-t18x
parent3d275d19c34b17bde5694b333c25a09aa36d88ab (diff)
gpu: nvgpu: Add gp106 clock gating tables
JIRA DNVGPU-72 JIRA DNVGPU-73 Change-Id: I4a979344649ced1bbf8df215c07a15b6149bba69 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1215915 (cherry picked from commit d5f49042010a18e2885e1213b463cb067d765390) Reviewed-on: http://git-master/r/1227267 GVS: Gerrit_Virtual_Submit
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 167a0ae2..aaf02931 100644
--- a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
@@ -40,7 +40,8 @@ nvgpu-y += \
40 $(nvgpu-t18x)/perf/vfe_equ.o \ 40 $(nvgpu-t18x)/perf/vfe_equ.o \
41 $(nvgpu-t18x)/perf/perf.o \ 41 $(nvgpu-t18x)/perf/perf.o \
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 45
45nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o 46nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o
46 47