summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/Makefile
diff options
context:
space:
mode:
authorLauri Peltonen <lpeltonen@nvidia.com>2014-02-25 07:44:57 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:57 -0400
commit954117fe11481b79c9c525f7c75384ac40b64cbe (patch)
treee252aaef514f3050b8d39eb58f640659df2bda57 /drivers/gpu/nvgpu/gk20a/Makefile
parent1c9aaa1eafcf91fbc29404b449f2bec072c804a5 (diff)
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 <lpeltonen@nvidia.com> Reviewed-on: http://git-master/r/374843 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/Makefile')
-rw-r--r--drivers/gpu/nvgpu/gk20a/Makefile1
1 files changed, 1 insertions, 0 deletions
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 := \
34 gk20a_allocator.o \ 34 gk20a_allocator.o \
35 platform_gk20a_generic.o 35 platform_gk20a_generic.o
36nvgpu-$(CONFIG_TEGRA_GK20A) += platform_gk20a_tegra.o 36nvgpu-$(CONFIG_TEGRA_GK20A) += platform_gk20a_tegra.o
37nvgpu-$(CONFIG_SYNC) += sync_gk20a.o
37 38
38obj-$(CONFIG_GK20A) := nvgpu.o 39obj-$(CONFIG_GK20A) := nvgpu.o