mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
host: move nvhost to its own git repo
Move nvhost out of the common Linux repo and into its own git repo. By doing this, the same nvhost driver can work on different Linux kernel versions. Previously android/sync.h was referenced relative to kernel/drivers/video/tegra/host. However, host moved to a completely different part of the tree. Instead, reference it relative to kernel/include. bug 1749413 Change-Id: Ic7f94093c712e5b64c9b3b660d6fce5d18e59bc0 Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com> Reviewed-on: http://git-master/r/1120544 Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Tested-by: Arto Merilainen <amerilainen@nvidia.com>
This commit is contained in:
committed by
Arto Merilainen
parent
bcb8d983ea
commit
76ab6c1e5b
@@ -25,7 +25,7 @@
|
||||
#include "mm_gk20a.h"
|
||||
|
||||
#ifdef CONFIG_SYNC
|
||||
#include "../../../staging/android/sync.h"
|
||||
#include "../drivers/staging/android/sync.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TEGRA_GK20A
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "sync_gk20a.h"
|
||||
|
||||
#ifdef CONFIG_SYNC
|
||||
#include "../../../staging/android/sync.h"
|
||||
#include "../drivers/staging/android/sync.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TEGRA_GK20A
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <uapi/linux/nvgpu.h>
|
||||
#include "../../../staging/android/sync.h"
|
||||
#include "../drivers/staging/android/sync.h"
|
||||
#include "semaphore_gk20a.h"
|
||||
|
||||
static const struct sync_timeline_ops gk20a_sync_timeline_ops;
|
||||
|
||||
Reference in New Issue
Block a user