Commit 2eb841bd authored by Alex Deucher's avatar Alex Deucher
Browse files

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: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b00f5537
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1897,6 +1897,8 @@ 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):