mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
Increase the hsp index max count to 3 Jira TDS-13541 Change-Id: Ic74eae415a14f5ccb34fc079062e00bc83a3e03a Signed-off-by: vinodg <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2948232 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Mahesh Kumar <mahkumar@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 3
|
|
|
|
#endif /* DCE_REGS_H */
|