gpu: nvgpu: move sync_gk20a under common/linux directory

sync_gk20a.* files are no longer used by core code and only invoked
from linux specific implementations of the OS_FENCE framework which are
under the common/linux directory. Hence, sync_gk20a.* files are also
moved under common/linux.

JIRA NVGPU-66

Change-Id: If623524611373d2da39b63cfb3c1e40089bf8d22
Signed-off-by: Debarshi Dutta <ddutta@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1712900
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Debarshi Dutta
2018-05-11 09:18:48 +05:30
committed by mobile promotions
parent 4dac924aba
commit a51eb9da02
9 changed files with 67 additions and 83 deletions

View File

@@ -40,7 +40,7 @@
#include <trace/events/gk20a.h>
#include <uapi/linux/nvgpu.h>
#include "gk20a/sync_gk20a.h"
#include "sync_sema_android.h"
u32 nvgpu_submit_gpfifo_user_flags_to_common_flags(u32 user_flags)
{