Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: resolved ASD loading issue on sienna

updated fw header v2 parser to set asd fw memory

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 5.9.x

authored by

John Clements and committed by
Alex Deucher
26f4fd6d 2e3a57f4

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 2524 2524 psp->asd_feature_version = le32_to_cpu(desc->fw_version); 2525 2525 psp->asd_ucode_size = le32_to_cpu(desc->size_bytes); 2526 2526 psp->asd_start_addr = ucode_start_addr; 2527 + psp->asd_fw = psp->ta_fw; 2527 2528 break; 2528 2529 case TA_FW_TYPE_PSP_XGMI: 2529 2530 psp->ta_xgmi_ucode_version = le32_to_cpu(desc->fw_version);