drm/amdgpu: extend HWIP_MAX_INSTANCE to 28
authorHawking Zhang <Hawking.Zhang@amd.com>
Tue, 17 May 2022 14:10:41 +0000 (22:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Oct 2022 21:41:19 +0000 (17:41 -0400)
more ip instances are available

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index ae9371b172e3a53acc567b6ad24427b28bb041f8..3ce91f660c3f3b22ba2ec289d8003a44623f79f3 100644 (file)
@@ -678,7 +678,7 @@ enum amd_hw_ip_block_type {
        MAX_HWIP
 };
 
-#define HWIP_MAX_INSTANCE      11
+#define HWIP_MAX_INSTANCE      28
 
 #define HW_ID_MAX              300
 #define IP_VERSION(mj, mn, rv) (((mj) << 16) | ((mn) << 8) | (rv))