Skip to content

Commit 2eb841b

Browse files
committed
drm/amdgpu: mark GC 9.4.3 experimental for now
Mark as experimental for now until we get closer to production to avoid possible undesireable behavior when mixing newer boards with older kernels. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent b00f553 commit 2eb841b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,8 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev)
18971897
amdgpu_device_ip_block_add(adev, &gfx_v9_0_ip_block);
18981898
break;
18991899
case IP_VERSION(9, 4, 3):
1900+
if (!amdgpu_exp_hw_support)
1901+
return -EINVAL;
19001902
amdgpu_device_ip_block_add(adev, &gfx_v9_4_3_ip_block);
19011903
break;
19021904
case IP_VERSION(10, 1, 10):

0 commit comments

Comments
 (0)