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:
Le Ma 2019-07-09 09:20:24 -05:00 committed by Alex Deucher
parent fa5d2e6f0a
commit 113b47e780
1 changed files with 1 additions and 1 deletions

View File

@ -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;