[PATCH 2/2] drm/amdgpu: add Vangogh APU flag to IP discovery path

Alex Deucher alexdeucher at gmail.com
Tue Nov 1 13:23:19 UTC 2022


On Tue, Nov 1, 2022 at 1:16 AM Perry Yuan <Perry.Yuan at amd.com> wrote:
>
> Add the missing apu flag for Vangogh when using IP discovery code path
> to initialize IPs
>
> Signed-off-by: Perry Yuan <Perry.Yuan at amd.com>

Swap the order of the patches.  With that, the series is:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 3993e6134914..52a92add12ea 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -2161,6 +2161,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
>                 break;
>         case IP_VERSION(10, 3, 1):
>                 adev->family = AMDGPU_FAMILY_VGH;
> +               adev->apu_flags |= AMD_APU_IS_VANGOGH;
>                 break;
>         case IP_VERSION(10, 3, 3):
>                 adev->family = AMDGPU_FAMILY_YC;
> --
> 2.34.1
>


More information about the amd-gfx mailing list