[PATCH 1/4] drm/amdgpu: extend HWIP_MAX_INSTANCE to 28

Christian König ckoenig.leichtzumerken at gmail.com
Wed Oct 12 06:21:47 UTC 2022


Am 11.10.22 um 22:56 schrieb Alex Deucher:
> From: Hawking Zhang <Hawking.Zhang at amd.com>
>
> more ip instances are available
>
> Signed-off-by: Hawking Zhang <Hawking.Zhang at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

Acked-by: Christian König <christian.koenig at amd.com> for the entire series.

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index ae9371b172e3..3ce91f660c3f 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -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))



More information about the amd-gfx mailing list