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:
Mikko Perttunen
2020-04-22 13:45:29 +03:00
committed by Laxman Dewangan
parent 540da62cf1
commit e36f30ec5b
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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"