summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorDebarshi Dutta <ddutta@nvidia.com>2018-04-23 07:56:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-10 11:40:11 -0400
commit70e69e2686527990865b221a60e0ec1e9a53d316 (patch)
tree623d0c2612162227370f7b6eb5388fc5b0e11326 /drivers/gpu/nvgpu/Makefile
parent4dfd6e43cfe303c8b23421ef32738db2ee52e291 (diff)
gpu: nvgpu: adapt gk20a_channel_syncpt to use os_fence
This patch adapts gk20a_channel_syncpt to use os_fence for post fence as well as pre-fence(wait) use cases. Jira NVGPU-66 Change-Id: I49627d1f88d52a53511a02f5de60fed6df8350de Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1676631 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 9a46f12c..5af7de35 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -164,6 +164,10 @@ nvgpu-$(CONFIG_SYNC) += gk20a/sync_gk20a.o \
164 common/linux/os_fence_android.o \ 164 common/linux/os_fence_android.o \
165 common/linux/os_fence_android_sema.o 165 common/linux/os_fence_android_sema.o
166 166
167ifeq ($(CONFIG_TEGRA_GK20A_NVHOST), y)
168nvgpu-$(CONFIG_SYNC) += common/linux/os_fence_android_syncpt.o
169endif
170
167nvgpu-$(CONFIG_GK20A_PCI) += common/linux/pci.o \ 171nvgpu-$(CONFIG_GK20A_PCI) += common/linux/pci.o \
168 common/linux/pci_usermode.o \ 172 common/linux/pci_usermode.o \
169 173