summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2017-10-16 15:24:59 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-20 14:55:43 -0400
commited8ac6e005d95e051bd03a182bbe0aa09a3c2266 (patch)
tree48743edbdca7d14193a5d0ff22e39b692d9936d6 /drivers/gpu/nvgpu/Makefile
parent387ecf8a6360f463a129ab569aaef921fe0a2b0e (diff)
gpu: nvgpu: fix smid generation of perf tables
SMID tables were generated according with the local tpc and the pagepool and cb buffers from a different chip and did not take performance in consideration, which made compute kernels hang with CTAs on the fly. This change ensures we are using the right sizes and adds proper enumeration of smids. JIRA: NVGPUGV100-36 bug 2004378 Change-Id: Ic8f50c325d6d6720cca41d9740ae4f5f51e1100a Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1581664 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 8f1d42da..d6d60147 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -28,6 +28,7 @@ nvgpu-y += \
28 $(nvgpu-t19x)/gv100/fb_gv100.o \ 28 $(nvgpu-t19x)/gv100/fb_gv100.o \
29 $(nvgpu-t19x)/gv100/bios_gv100.o \ 29 $(nvgpu-t19x)/gv100/bios_gv100.o \
30 $(nvgpu-t19x)/gv100/fifo_gv100.o \ 30 $(nvgpu-t19x)/gv100/fifo_gv100.o \
31 $(nvgpu-t19x)/gv100/gr_gv100.o \
31 $(nvgpu-t19x)/gv100/hal_gv100.o 32 $(nvgpu-t19x)/gv100/hal_gv100.o
32 33
33nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t19x)/gv11b/platform_gv11b_tegra.o 34nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t19x)/gv11b/platform_gv11b_tegra.o