From 5672cbdf6d8e7b8b93a08cd388097e2d1f0a8843 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Mon, 27 Jun 2016 17:46:02 -0700 Subject: gpu: nvgpu: Move buddy allocator to new file Move the buddy allocator implementation to a new file to make the code more organized. Also, as part of this, commonize some macros and functions which will be used by future allocator implementations. Bug 1781897 Change-Id: I1611534d5d872bf3b4677f7a1cc024a94b1c437e Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1172116 Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 0fdd2e28..a9a0f92f 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -53,6 +53,7 @@ nvgpu-y := \ gk20a/hal.o \ gk20a/hal_gk20a.o \ gk20a/gk20a_allocator.o \ + gk20a/gk20a_allocator_buddy.o \ gk20a/cde_gk20a.o \ gk20a/platform_gk20a_generic.o \ gk20a/tsg_gk20a.o \ -- cgit v1.2.2