[PATCH] drm/amdgpu: drop exp hw support check for GC 9.4.3
Deucher, Alexander
Alexander.Deucher at amd.com
Wed Jan 10 18:40:45 UTC 2024
[Public]
Ping!
> -----Original Message-----
> From: Deucher, Alexander <Alexander.Deucher at amd.com>
> Sent: Tuesday, January 9, 2024 10:46 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>
> Subject: [PATCH] drm/amdgpu: drop exp hw support check for GC 9.4.3
>
> No longer needed.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index b8fde08aec8e..f96811bbe40e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1963,8 +1963,6 @@ static int
> amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev)
> amdgpu_device_ip_block_add(adev, &gfx_v9_0_ip_block);
> break;
> case IP_VERSION(9, 4, 3):
> - if (!amdgpu_exp_hw_support)
> - return -EINVAL;
> amdgpu_device_ip_block_add(adev, &gfx_v9_4_3_ip_block);
> break;
> case IP_VERSION(10, 1, 10):
> --
> 2.42.0
More information about the amd-gfx
mailing list