Files
linux-nv-oot/drivers/platform/tegra/dce/include/dce-regs.h
vinodg d49cb5b97d drivers: dce: Increase the HSP max count
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>
2023-08-31 05:34:45 -07:00

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 */