mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
video: tegra: host: Separate GoS code from syncpoint shim code
GoS and syncpoint shim support are not really related, so separate them out and make GoS support optional via config symbol. Jira HOSTX-2016 Change-Id: I25990f34e39db7dddf3a2e4b06917e4c458230a7 Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2351143 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
540da62cf1
commit
e36f30ec5b
@@ -36,6 +36,7 @@
|
||||
#include "flcn/flcn.h"
|
||||
#include "flcn/hw_flcn.h"
|
||||
#include "nvhost_syncpt_unit_interface.h"
|
||||
#include "nvhost_gos.h"
|
||||
|
||||
#include "t194/t194.h"
|
||||
#ifdef CONFIG_TEGRA_T23X_GRHOST
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "nvhost_acm.h"
|
||||
|
||||
#include "nvhost_syncpt_unit_interface.h"
|
||||
#include "nvhost_gos.h"
|
||||
|
||||
#include "nvdla/nvdla.h"
|
||||
#include "nvdla/dla_queue.h"
|
||||
|
||||
Reference in New Issue
Block a user