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>
This commit is contained in:
vinodg
2023-08-03 15:47:11 -07:00
committed by mobile promotions
parent 0f04078fb6
commit d49cb5b97d

View File

@@ -12,6 +12,6 @@
#include <hw/hw_hsp_dce.h> #include <hw/hw_hsp_dce.h>
#include <hw/hw_pm_dce.h> #include <hw/hw_pm_dce.h>
#define DCE_MAX_HSP 2 #define DCE_MAX_HSP 3
#endif /* DCE_REGS_H */ #endif /* DCE_REGS_H */