mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/amdgpu: increase max number of ip base instances to 8
For Arcturus, the number of IP base instances is 8. Signed-off-by: Le Ma <le.ma@amd.com> Acked-by: Snow Zhang < Snow.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
fa5d2e6f0a
commit
113b47e780
@ -737,7 +737,7 @@ enum amd_hw_ip_block_type {
|
|||||||
MAX_HWIP
|
MAX_HWIP
|
||||||
};
|
};
|
||||||
|
|
||||||
#define HWIP_MAX_INSTANCE 7
|
#define HWIP_MAX_INSTANCE 8
|
||||||
|
|
||||||
struct amd_powerplay {
|
struct amd_powerplay {
|
||||||
void *pp_handle;
|
void *pp_handle;
|
||||||
|
Loading…
Reference in New Issue
Block a user