mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
drm/amd/powerplay: fix firmware loading failure
For virtualization, firmware loading need the firmware version info, and will load the right firmware. So, transfer fw_version to toc. Signed-off-by: Frank Min <Frank.Min@amd.com> Signed-off-by: Monk Liu <Monk.Liu@amd.com> Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3c3a7e616c
commit
7047391fab
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ static int smu7_populate_single_firmware_entry(struct pp_smumgr *smumgr,
|
||||||
&info);
|
&info);
|
||||||
|
|
||||||
if (!result) {
|
if (!result) {
|
||||||
entry->version = info.version;
|
entry->version = info.fw_version;
|
||||||
entry->id = (uint16_t)fw_type;
|
entry->id = (uint16_t)fw_type;
|
||||||
entry->image_addr_high = smu_upper_32_bits(info.mc_addr);
|
entry->image_addr_high = smu_upper_32_bits(info.mc_addr);
|
||||||
entry->image_addr_low = smu_lower_32_bits(info.mc_addr);
|
entry->image_addr_low = smu_lower_32_bits(info.mc_addr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue