Commit 113b47e7 authored by Le Ma's avatar Le Ma Committed by Alex Deucher

drm/amdgpu: increase max number of ip base instances to 8

For Arcturus, the number of IP base instances is 8.
Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Acked-by: Snow Zhang < Snow.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fa5d2e6f
......@@ -737,7 +737,7 @@ enum amd_hw_ip_block_type {
MAX_HWIP
};
#define HWIP_MAX_INSTANCE 7
#define HWIP_MAX_INSTANCE 8
struct amd_powerplay {
void *pp_handle;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment