summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2016-08-08 06:13:37 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:49 -0500
commitd2b67f1ad606733a63d8261e36068e5bd1f96cdc (patch)
treeff04e59f649ac9fddafc16832f088670440660bc /drivers/gpu/nvgpu/Makefile.nvgpu-t18x
parent432017248e432df0619dc2df30f915a52634338f (diff)
gpu: nvgpu: add debugfs to dump clocks
* Removed unused registers from headers * Added counter based MCLK * Removed hardcoding JIRA DNVGPU-98 Change-Id: Idffcd7fc17024582b41c29371a2295df8f0c206b Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1204019 (cherry picked from commit 48dfa41a641c3adbc4d25a35f418cf73b08d5e8c) Reviewed-on: http://git-master/r/1227264 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-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 c6b6f0d2..cd4ce5ce 100644
--- a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
@@ -38,7 +38,8 @@ nvgpu-y += \
38 $(nvgpu-t18x)/perf/vfe_var.o \ 38 $(nvgpu-t18x)/perf/vfe_var.o \
39 $(nvgpu-t18x)/perf/vfe_equ.o \ 39 $(nvgpu-t18x)/perf/vfe_equ.o \
40 $(nvgpu-t18x)/perf/perf.o \ 40 $(nvgpu-t18x)/perf/perf.o \
41 $(nvgpu-t18x)/clk/clk.o 41 $(nvgpu-t18x)/clk/clk.o \
42 $(nvgpu-t18x)/gp106/clk_gp106.o
42 43
43nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o 44nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o
44 45