mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-02 09:21:19 -04:00
drm/amdgpu: Increase the maximum number of IP instances
SOC v1_0 supports a greater number of IP instances. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
d514ed18f5
commit
eaf5a2425e
@@ -798,7 +798,7 @@ enum amd_hw_ip_block_type {
|
||||
MAX_HWIP
|
||||
};
|
||||
|
||||
#define HWIP_MAX_INSTANCE 44
|
||||
#define HWIP_MAX_INSTANCE 48
|
||||
|
||||
#define HW_ID_MAX 300
|
||||
#define IP_VERSION_FULL(mj, mn, rv, var, srev) \
|
||||
|
||||
Reference in New Issue
Block a user