summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorSunny He <suhe@nvidia.com>2017-07-26 14:14:21 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-27 19:34:44 -0400
commit8aa0370005a81a7e26ae7c86585626d3261aa4d3 (patch)
tree635472c476daf9987ff5ec61bbd41a794dc96b21 /drivers/gpu/nvgpu/Makefile
parentafa29933e45b2c3054db67065a0a68606bbc1f52 (diff)
gpu: nvgpu: gv11b: Reorg fecs_trace HAL init
Reorganize HAL initialization to remove inheritance and construct the gpu_ops struct at compile time. This patch only covers the fecs_trace sub-module of the gpu_ops struct. Perform HAL function assignments in hal_gxxxx.c through the population of a chip-specific copy of gpu_ops. Jira NVGPU-74 Change-Id: I43932a8eac2a9f791e967a8ed736f76350889a51 Signed-off-by: Sunny He <suhe@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1527420 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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 7e96dcf3..4b0aa321 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -9,7 +9,6 @@ nvgpu-y += \
9 $(nvgpu-t19x)/gv11b/hal_gv11b.o \ 9 $(nvgpu-t19x)/gv11b/hal_gv11b.o \
10 $(nvgpu-t19x)/gv11b/gv11b_gating_reglist.o \ 10 $(nvgpu-t19x)/gv11b/gv11b_gating_reglist.o \
11 $(nvgpu-t19x)/gv11b/gr_gv11b.o \ 11 $(nvgpu-t19x)/gv11b/gr_gv11b.o \
12 $(nvgpu-t19x)/gv11b/fecs_trace_gv11b.o \
13 $(nvgpu-t19x)/gv11b/fb_gv11b.o \ 12 $(nvgpu-t19x)/gv11b/fb_gv11b.o \
14 $(nvgpu-t19x)/gv11b/fifo_gv11b.o \ 13 $(nvgpu-t19x)/gv11b/fifo_gv11b.o \
15 $(nvgpu-t19x)/gv11b/mm_gv11b.o \ 14 $(nvgpu-t19x)/gv11b/mm_gv11b.o \