Skip to content

Commit c3d5e29

Browse files
committed
drm/amdgpu: drop exp hw support check for GC 9.4.3
No longer needed. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org # 6.7.x
1 parent 51258ac commit c3d5e29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,8 +1963,6 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev)
19631963
amdgpu_device_ip_block_add(adev, &gfx_v9_0_ip_block);
19641964
break;
19651965
case IP_VERSION(9, 4, 3):
1966-
if (!amdgpu_exp_hw_support)
1967-
return -EINVAL;
19681966
amdgpu_device_ip_block_add(adev, &gfx_v9_4_3_ip_block);
19691967
break;
19701968
case IP_VERSION(10, 1, 10):

0 commit comments

Comments
 (0)