mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Use SPDX license GPL-V2.0 format and change Nvidia copyright year to include 2023. Bug 4078035 Change-Id: Icc0060431eb8d9c470a44f4cee50913cc1d8048a Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2890656 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
18 lines
317 B
C
18 lines
317 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved.
|
|
*/
|
|
|
|
#ifndef DCE_REGS_H
|
|
#define DCE_REGS_H
|
|
|
|
|
|
#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 2
|
|
|
|
#endif /* DCE_REGS_H */
|