summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu
diff options
context:
space:
mode:
authorSachit Kadle <skadle@nvidia.com>2016-09-01 23:50:06 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-20 13:43:40 -0400
commit35b2507fe3ec6c28c27dd7fb289c003c7a0baf33 (patch)
treea691805580ded71038d7fcca07891c8ef210d420 /drivers/gpu/nvgpu/Makefile.nvgpu
parent101689dd8b536afa3ee7e265dc4ea846fa053767 (diff)
gpu: nvgpu: implement lockless allocator
Implement a lockless allocator for fixed-size data structures. Bug 1795076 Change-Id: I70a5f52cbdb4452cc0fd9a8edf26735be29ede57 Signed-off-by: Sachit Kadle <skadle@nvidia.com> Reviewed-on: http://git-master/r/1213211 (cherry picked from commit e4bff7da0f39c8f4b5691169c02e482bc9d4166e) Reviewed-on: http://git-master/r/1223246 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.nvgpu')
-rw-r--r--drivers/gpu/nvgpu/Makefile.nvgpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.nvgpu b/drivers/gpu/nvgpu/Makefile.nvgpu
index b8e38919..33d158bb 100644
--- a/drivers/gpu/nvgpu/Makefile.nvgpu
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu
@@ -57,6 +57,7 @@ nvgpu-y := \
57 gk20a/gk20a_allocator_bitmap.o \ 57 gk20a/gk20a_allocator_bitmap.o \
58 gk20a/gk20a_allocator_buddy.o \ 58 gk20a/gk20a_allocator_buddy.o \
59 gk20a/gk20a_allocator_page.o \ 59 gk20a/gk20a_allocator_page.o \
60 gk20a/gk20a_allocator_lockless.o \
60 gk20a/cde_gk20a.o \ 61 gk20a/cde_gk20a.o \
61 gk20a/platform_gk20a_generic.o \ 62 gk20a/platform_gk20a_generic.o \
62 gk20a/tsg_gk20a.o \ 63 gk20a/tsg_gk20a.o \