[PATCH 1/2] amdgpu: fix firmware loading failure

Deucher, Alexander Alexander.Deucher at amd.com
Mon Nov 21 15:56:21 UTC 2016


> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Xiangliang Yu
> Sent: Monday, November 21, 2016 1:13 AM
> To: amd-gfx at freedesktop.org
> Cc: Yu, Xiangliang
> Subject: [PATCH 1/2] amdgpu: 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: Xiangliang Yu <Xiangliang.Yu at amd.com>

With the title fixed as per Monk's suggestion, the series is:
Reviewed- by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> index 6df0d6e..c9bd1cf 100644
> --- a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> @@ -366,7 +366,7 @@ static int
> smu7_populate_single_firmware_entry(struct pp_smumgr *smumgr,
>  				&info);
> 
>  	if (!result) {
> -		entry->version = info.version;
> +		entry->version = info.fw_version;
>  		entry->id = (uint16_t)fw_type;
>  		entry->image_addr_high =
> smu_upper_32_bits(info.mc_addr);
>  		entry->image_addr_low =
> smu_lower_32_bits(info.mc_addr);
> --
> 2.7.4
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list