Skip to content

Commit 8030f65

Browse files
committed
drm/amdgpu: remove exp hw support check for gfx12
Enable it by default. Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent e23300d commit 8030f65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,8 +2161,6 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev)
21612161
break;
21622162
case IP_VERSION(12, 0, 0):
21632163
case IP_VERSION(12, 0, 1):
2164-
if (!amdgpu_exp_hw_support)
2165-
return -EINVAL;
21662164
amdgpu_device_ip_block_add(adev, &gfx_v12_0_ip_block);
21672165
break;
21682166
default:

0 commit comments

Comments
 (0)