summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-06-22 19:28:19 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-20 22:03:56 -0400
commitcf70c925cd3d8e6c83feee04316b080d5f258afc (patch)
tree54c88ee84cff31561accbd72728bfc2a56f7a510 /drivers/gpu/nvgpu/Makefile
parented8ac6e005d95e051bd03a182bbe0aa09a3c2266 (diff)
gpu: nvgpu: gv11b: update css ops
Updated following hal functions for css gv11b and reused them for gv100: enable_snapshot disable_snapshot check_data_available These changes are needed because of following reasons: 1. Register offsets for perf_pmasys_* are changed for gv11b/gv100 from gk20a. 2. Updated memory type for perf_pmasys_mem_block_target based on memory aperture used for hwpm inst_block. Bug 200327596 Change-Id: I500d17670e2f389d8d0e77884374bcc3504a41f8 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1507546 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@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 d6d60147..c6958bec 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -7,6 +7,7 @@ nvgpu-y += \
7 $(nvgpu-t19x)/common/linux/module_t19x.o \ 7 $(nvgpu-t19x)/common/linux/module_t19x.o \
8 $(nvgpu-t19x)/common/linux/pci_t19x.o \ 8 $(nvgpu-t19x)/common/linux/pci_t19x.o \
9 $(nvgpu-t19x)/gv11b/gv11b.o \ 9 $(nvgpu-t19x)/gv11b/gv11b.o \
10 $(nvgpu-t19x)/gv11b/css_gr_gv11b.o \
10 $(nvgpu-t19x)/gv11b/dbg_gpu_gv11b.o \ 11 $(nvgpu-t19x)/gv11b/dbg_gpu_gv11b.o \
11 $(nvgpu-t19x)/gv11b/mc_gv11b.o \ 12 $(nvgpu-t19x)/gv11b/mc_gv11b.o \
12 $(nvgpu-t19x)/gv11b/ltc_gv11b.o \ 13 $(nvgpu-t19x)/gv11b/ltc_gv11b.o \