From 954117fe11481b79c9c525f7c75384ac40b64cbe Mon Sep 17 00:00:00 2001 From: Lauri Peltonen Date: Tue, 25 Feb 2014 14:44:57 +0200 Subject: gpu: nvgpu: Support sync framework with semaphores Add sync_gk20a.c/h that support creating Android sync fence fd's from gk20a semaphores. Bug 1445450 Change-Id: I42272996721ceec38ba5510eae6770720bc9dd10 Signed-off-by: Lauri Peltonen Reviewed-on: http://git-master/r/374843 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gk20a/Makefile') diff --git a/drivers/gpu/nvgpu/gk20a/Makefile b/drivers/gpu/nvgpu/gk20a/Makefile index e5eb817d..341f8418 100644 --- a/drivers/gpu/nvgpu/gk20a/Makefile +++ b/drivers/gpu/nvgpu/gk20a/Makefile @@ -34,5 +34,6 @@ nvgpu-y := \ gk20a_allocator.o \ platform_gk20a_generic.o nvgpu-$(CONFIG_TEGRA_GK20A) += platform_gk20a_tegra.o +nvgpu-$(CONFIG_SYNC) += sync_gk20a.o obj-$(CONFIG_GK20A) := nvgpu.o -- cgit v1.2.2