summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/Makefile
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-01-22 11:02:21 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:03 -0500
commit667143ed939494f311ba45e3cfd89546e625bbca (patch)
tree5fae3d0947590272c86980aad26899ca0f4ec2a6 /drivers/gpu/nvgpu/gp10b/Makefile
parent0cb992afd76e2748d5ae5759914352d1a3ece7e7 (diff)
gpu: nvgpu: gp10b: Enable cycling through ctx bins
Remove hard coded NETB for gp10b. This enables cycling through available firmware files. Change-Id: I60765a05b1cf6c2e6003341f611c5ecc3f16e9b7 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/676557 Reviewed-by: Peng Du <pdu@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/Makefile')
-rw-r--r--drivers/gpu/nvgpu/gp10b/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/Makefile b/drivers/gpu/nvgpu/gp10b/Makefile
index b2c143a6..3575d414 100644
--- a/drivers/gpu/nvgpu/gp10b/Makefile
+++ b/drivers/gpu/nvgpu/gp10b/Makefile
@@ -10,6 +10,7 @@ ccflags-$(CONFIG_GK20A) += -Wno-multichar
10 10
11obj-$(CONFIG_GK20A) += \ 11obj-$(CONFIG_GK20A) += \
12 gr_gp10b.o \ 12 gr_gp10b.o \
13 gr_ctx_gp10b.o \
13 mc_gp10b.o \ 14 mc_gp10b.o \
14 ltc_gp10b.o \ 15 ltc_gp10b.o \
15 mm_gp10b.o \ 16 mm_gp10b.o \