summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/Makefile
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-06-22 19:19:44 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:06 -0500
commit4b806879d582d41b20c17cc1739b537dbd41cb9a (patch)
treefa5ff220db168bc1dbaf6a26545fedaab3c35843 /drivers/gpu/nvgpu/gp10b/Makefile
parenta22aa6d4d338f9d8fc126c4062c416b74785d728 (diff)
gpu: nvgpu: gp10b: Add regops whitelists
Add regops whitelists for gp10b. The whitelist is generated, and is the same for context switched and global registers. Bug 1633363 Change-Id: I6d4d43d036d684c9f0d836a1a032f2c452604902 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/760935
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/Makefile')
-rw-r--r--drivers/gpu/nvgpu/gp10b/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/Makefile b/drivers/gpu/nvgpu/gp10b/Makefile
index f25f7b34..688965da 100644
--- a/drivers/gpu/nvgpu/gp10b/Makefile
+++ b/drivers/gpu/nvgpu/gp10b/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_GK20A) += \
21 pmu_gp10b.o \ 21 pmu_gp10b.o \
22 hal_gp10b.o \ 22 hal_gp10b.o \
23 rpfb_gp10b.o \ 23 rpfb_gp10b.o \
24 gp10b_gating_reglist.o 24 gp10b_gating_reglist.o \
25 regops_gp10b.o
25 26
26obj-$(CONFIG_TEGRA_GK20A) += platform_gp10b_tegra.o 27obj-$(CONFIG_TEGRA_GK20A) += platform_gp10b_tegra.o