mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
platform: dce: move hw headers to soc folder
This patch moves HW headers to SOC-specific subfolder to avoid conflict. Jira TDS-15438 Change-Id: I45796dbe445319dd5d71a304732e11c858135345 Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3227902 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <dce-log.h>
|
||||
#include <dce-util-common.h>
|
||||
#include <dce-hsp-t234.h>
|
||||
#include <hw/t234/hw_hsp_dce.h>
|
||||
|
||||
/**
|
||||
* smb_regs is a 2D array of read-only pointers to a function returning u32.
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <dce-log.h>
|
||||
#include <dce-util-common.h>
|
||||
#include <dce-hsp-t234.h>
|
||||
#include <hw/t234/hw_hsp_dce.h>
|
||||
|
||||
/**
|
||||
* ss_set_regs is a 2D array of read-only pointers to a function returning u32.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2024, NVIDIA CORPORATION. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef DCE_REGS_H
|
||||
@@ -9,9 +9,6 @@
|
||||
|
||||
#include <hw/hw_evp_dce.h>
|
||||
#include <hw/hw_ast_dce.h>
|
||||
#include <hw/hw_hsp_dce.h>
|
||||
#include <hw/hw_pm_dce.h>
|
||||
|
||||
#define DCE_MAX_HSP 3
|
||||
|
||||
#endif /* DCE_REGS_H */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2024, NVIDIA CORPORATION. All rights reserved.
|
||||
*/
|
||||
/*
|
||||
* Function naming determines intended use:
|
||||
Reference in New Issue
Block a user