video: tegra: host: nvdla: Remove CONFIG_TEGRA_T23X_GRHOST checks

- Remove CONFIG_TEGRA_T23X_GRHOST as linux-t23x repo is merged
  to linux-nvidia repo

Bug 200751144

Change-Id: Ia2af1e924dd0033d13da9e1c7ea7ae03832ead43
Signed-off-by: Praveen K <kpraveen@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2558796
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
Reviewed-by: Anup Mahindre <amahindre@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:
Praveen K
2021-07-14 12:59:01 +05:30
committed by Laxman Dewangan
parent ee5079ad5b
commit 584f8bd83d
2 changed files with 1 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ GCOV_PROFILE := y
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host/nvdla
ccflags-y += -Werror
nvhost-nvdla-objs = \
@@ -13,10 +14,3 @@ nvhost-nvdla-objs = \
nvdla_debug.o
obj-$(CONFIG_TEGRA_GRHOST_NVDLA) += nvhost-nvdla.o
ifdef CONFIG_TEGRA_T23X_GRHOST
ccflags-y += -I$(srctree.nvidia-t23x)/drivers/video/tegra/host
ccflags-y += -I$(srctree.nvidia-t23x)/drivers/video/tegra/host/nvdla
endif

View File

@@ -40,9 +40,7 @@
#include "nvhost_gos.h"
#include "t194/t194.h"
#ifdef CONFIG_TEGRA_T23X_GRHOST
#include "t23x/t23x.h"
#endif
#include "nvdla/nvdla.h"
#include "nvdla/dla_queue.h"
@@ -772,7 +770,6 @@ static struct of_device_id tegra_nvdla_of_match[] = {
.name = "nvdla1",
.compatible = "nvidia,tegra194-nvdla",
.data = (struct nvhost_device_data *)&t19_nvdla1_info },
#ifdef CONFIG_TEGRA_T23X_GRHOST
{
.name = "nvdla0",
.compatible = "nvidia,tegra234-nvdla",
@@ -781,7 +778,6 @@ static struct of_device_id tegra_nvdla_of_match[] = {
.name = "nvdla1",
.compatible = "nvidia,tegra234-nvdla",
.data = (struct nvhost_device_data *)&t23x_nvdla1_info },
#endif
{ },
};