summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.sources
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-09-12 05:40:10 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 18:53:48 -0400
commitc47eab005ad9a26a36d2c7ca1595c790ff1bc40d (patch)
treebfaa8f27f141a98478b664ba8b2ae5ba788546a6 /drivers/gpu/nvgpu/Makefile.sources
parent5c7a740403fe5b65149b8b30d1007fd02b33c890 (diff)
gpu: nvgpu: move tsg code to common
tsg_gk20a.c doesn't depend on any specific hardware, so move it to the common directory. Rename the posix tsg file to posix-tsg.c. Jira NVGPU-967 Change-Id: I6e8908a8f6cf43132db8dffe3a99e424e4f764b1 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1821509 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.sources')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 4e67434d..4283a01c 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -40,7 +40,7 @@ srcs := os/posix/nvgpu.c \
40 os/posix/fuse.c \ 40 os/posix/fuse.c \
41 os/posix/clk_arb.c \ 41 os/posix/clk_arb.c \
42 os/posix/posix-channel.c \ 42 os/posix/posix-channel.c \
43 os/posix/tsg.c \ 43 os/posix/posix-tsg.c \
44 os/posix/nvlink.c \ 44 os/posix/nvlink.c \
45 os/posix/lock.c \ 45 os/posix/lock.c \
46 os/posix/stubs.c \ 46 os/posix/stubs.c \
@@ -109,6 +109,7 @@ srcs := os/posix/nvgpu.c \
109 common/clock_gating/gv100_gating_reglist.c \ 109 common/clock_gating/gv100_gating_reglist.c \
110 common/fifo/channel.c \ 110 common/fifo/channel.c \
111 common/fifo/submit.c \ 111 common/fifo/submit.c \
112 common/fifo/tsg.c \
112 common/mc/mc.c \ 113 common/mc/mc.c \
113 common/mc/mc_gm20b.c \ 114 common/mc/mc_gm20b.c \
114 common/mc/mc_gp10b.c \ 115 common/mc/mc_gp10b.c \
@@ -158,7 +159,6 @@ srcs := os/posix/nvgpu.c \
158 gk20a/fence_gk20a.c \ 159 gk20a/fence_gk20a.c \
159 gk20a/gr_ctx_gk20a_sim.c \ 160 gk20a/gr_ctx_gk20a_sim.c \
160 gk20a/gr_ctx_gk20a.c \ 161 gk20a/gr_ctx_gk20a.c \
161 gk20a/tsg_gk20a.c \
162 gm20b/hal_gm20b.c \ 162 gm20b/hal_gm20b.c \
163 gm20b/gr_gm20b.c \ 163 gm20b/gr_gm20b.c \
164 gm20b/clk_gm20b.c \ 164 gm20b/clk_gm20b.c \