Skip to content

Commit 12325bc

Browse files
John Clementsgregkh
authored andcommitted
drm/amdgpu: resolved ASD loading issue on sienna
commit 26f4fd6 upstream. 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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3fb1132 commit 12325bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,6 +2322,7 @@ int parse_ta_bin_descriptor(struct psp_context *psp,
23222322
psp->asd_feature_version = le32_to_cpu(desc->fw_version);
23232323
psp->asd_ucode_size = le32_to_cpu(desc->size_bytes);
23242324
psp->asd_start_addr = ucode_start_addr;
2325+
psp->asd_fw = psp->ta_fw;
23252326
break;
23262327
case TA_FW_TYPE_PSP_XGMI:
23272328
psp->ta_xgmi_ucode_version = le32_to_cpu(desc->fw_version);

0 commit comments

Comments
 (0)