[PATCH 1/2] drm/amdgpu: drop invalid IP revision

Alex Deucher alexdeucher at gmail.com
Wed May 3 15:02:19 UTC 2023


Ping?

On Thu, Apr 27, 2023 at 2:34 PM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> This was already fixed and dropped in:
> commit baf3f8f37406 ("drm/amdgpu: handle SRIOV VCN revision parsing")
> commit c40bdfb2ffa4 ("drm/amdgpu: fix incorrect VCN revision in SRIOV")
> But seems to have been accidently been left around in a merge.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 0ba013275dc1..76ceca05452e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1939,7 +1939,6 @@ static int amdgpu_discovery_set_mm_ip_blocks(struct amdgpu_device *adev)
>                 case IP_VERSION(3, 1, 1):
>                 case IP_VERSION(3, 1, 2):
>                 case IP_VERSION(3, 0, 2):
> -               case IP_VERSION(3, 0, 192):
>                         amdgpu_device_ip_block_add(adev, &vcn_v3_0_ip_block);
>                         if (!amdgpu_sriov_vf(adev))
>                                 amdgpu_device_ip_block_add(adev, &jpeg_v3_0_ip_block);
> --
> 2.40.0
>


More information about the amd-gfx mailing list