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

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: default avatarSnow Zhang &lt; <Snow.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fa5d2e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;