[PATCH 2/2] drm/amd/powerplay: fix incorrect voltage table value for tonga
Deucher, Alexander
Alexander.Deucher at amd.com
Wed Jul 6 02:22:47 UTC 2016
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Huang Rui
> Sent: Tuesday, July 05, 2016 9:33 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Huang, Ray
> Subject: [PATCH 2/2] drm/amd/powerplay: fix incorrect voltage table value
> for tonga
>
> Signed-off-by: Huang Rui <ray.huang at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
> index 6c4553c..072b3b6 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
> @@ -1302,7 +1302,7 @@ static int tonga_populate_smc_mvdd_table(struct
> pp_hwmgr *hwmgr,
> table->Smio[count] |=
> data-
> >mvdd_voltage_table.entries[count].smio_low;
> }
> - table->SmioMask2 = data->vddci_voltage_table.mask_low;
> + table->SmioMask2 = data->mvdd_voltage_table.mask_low;
>
> CONVERT_FROM_HOST_TO_SMC_UL(table-
> >MvddLevelCount);
> }
> --
> 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