Commit eb28f02b authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher
Browse files

drm/amdgpu: skip MEC2_JT initialization for aldebaran



MEC2_JT is not supported

Signed-off-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: default avatarLe Ma <Le.Ma@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 98291d6d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1522,7 +1522,8 @@ static int gfx_v9_0_init_rlc_microcode(struct amdgpu_device *adev,

static bool gfx_v9_0_load_mec2_fw_bin_support(struct amdgpu_device *adev)
{
	if (adev->asic_type == CHIP_ARCTURUS  ||
	if (adev->asic_type == CHIP_ALDEBARAN ||
	    adev->asic_type == CHIP_ARCTURUS ||
	    adev->asic_type == CHIP_RENOIR)
		return false;