> -----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 1/2] drm/amd/powerplay: fix incorrect voltage table value > for polaris10 > > 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/polaris10_hwmgr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c > b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c > index 60b54f5..6d502b0 100644 > --- a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c > +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c > @@ -781,7 +781,7 @@ static int polaris10_populate_smc_mvdd_table(struct > pp_hwmgr *hwmgr, > table->Smio[level] |= > data- > >mvdd_voltage_table.entries[level].smio_low; > } > - table->SmioMask2 = data->vddci_voltage_table.mask_low; > + table->SmioMask2 = data->mvdd_voltage_table.mask_low; > > table->MvddLevelCount = (uint32_t) > PP_HOST_TO_SMC_UL(count); > } > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx