Commit c26dab27 authored by John Clements's avatar John Clements Committed by Alex Deucher
Browse files

drm/amdgpu: resolved ASD loading issue on sienna



updated fw header v2 parser to set asd fw memory

Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarJohn Clements <john.clements@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a3964ec4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2592,6 +2592,7 @@ int parse_ta_bin_descriptor(struct psp_context *psp,
		psp->asd_feature_version   = le32_to_cpu(desc->fw_version);
		psp->asd_ucode_size	   = le32_to_cpu(desc->size_bytes);
		psp->asd_start_addr 	   = ucode_start_addr;
		psp->asd_fw                = psp->ta_fw;
		break;
	case TA_FW_TYPE_PSP_XGMI:
		psp->ta_xgmi_ucode_version = le32_to_cpu(desc->fw_version);