mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvdla: Clean-up header files
Remove all unneeded headers from the NVDLA driver and only include those that are necessary. JIRA LS-410 Change-Id: I49cc0cab06bb079b9f4b88acba5b4075307e3af4 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2653100 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Arvind M <am@nvidia.com> Reviewed-by: Praveen K <kpraveen@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
5a37797912
commit
66674c2da3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* NVDLA driver for T194
|
||||
*
|
||||
* Copyright (c) 2016-2021, NVIDIA Corporation. All rights reserved.
|
||||
* Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -30,12 +30,9 @@
|
||||
#include <soc/tegra/fuse.h>
|
||||
|
||||
#include "dev.h"
|
||||
#include "bus_client.h"
|
||||
#include "nvhost_acm.h"
|
||||
|
||||
#include "flcn/flcn.h"
|
||||
#include "flcn/hw_flcn.h"
|
||||
#include "nvhost_syncpt_unit_interface.h"
|
||||
#include "nvhost_gos.h"
|
||||
|
||||
#include "t194/t194.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* NVDLA debug utils
|
||||
*
|
||||
* Copyright (c) 2016 - 2021, NVIDIA Corporation. All rights reserved.
|
||||
* Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -23,13 +23,9 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/version.h>
|
||||
|
||||
#include "host1x/host1x.h"
|
||||
#include "flcn/flcn.h"
|
||||
#include "flcn/hw_flcn.h"
|
||||
#include "dla_os_interface.h"
|
||||
#include "nvdla/nvdla.h"
|
||||
#include "nvdla_debug.h"
|
||||
#include "nvhost_acm.h"
|
||||
|
||||
/*
|
||||
* Header in ring buffer consist (start, end) two uint32_t values.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* NVDLA IOCTL for T194
|
||||
*
|
||||
* Copyright (c) 2016-2021, NVIDIA Corporation. All rights reserved.
|
||||
* Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -22,15 +22,7 @@
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
#include "dev.h"
|
||||
#include "bus_client.h"
|
||||
#include "nvhost_acm.h"
|
||||
|
||||
#include "flcn/flcn.h"
|
||||
#include "flcn/hw_flcn.h"
|
||||
|
||||
#include "t194/t194.h"
|
||||
|
||||
#include "host1x/host1x.h"
|
||||
|
||||
#include "nvdla/nvdla.h"
|
||||
#include "nvdla/dla_queue.h"
|
||||
@@ -38,6 +30,7 @@
|
||||
#include "nvdla/nvdla_debug.h"
|
||||
|
||||
#include <uapi/linux/nvdev_fence.h>
|
||||
#include <uapi/linux/nvhost_ioctl.h>
|
||||
#include <uapi/linux/nvhost_nvdla_ioctl.h>
|
||||
#include "dla_os_interface.h"
|
||||
|
||||
|
||||
@@ -23,14 +23,9 @@
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/delay.h>
|
||||
#include <trace/events/nvhost.h>
|
||||
|
||||
#include "dev.h"
|
||||
#include "bus_client.h"
|
||||
#include "chip_support.h"
|
||||
#include "nvhost_acm.h"
|
||||
#include "host1x/host1x.h"
|
||||
|
||||
#include "nvhost_syncpt_unit_interface.h"
|
||||
#include "nvhost_gos.h"
|
||||
|
||||
#include "nvdla/nvdla.h"
|
||||
|
||||
Reference in New Issue
Block a user