drm/amd/pm: correct vddci table setup
Make sure the settings are applied only when voltage controlled by gpio. Signed-off-by: Evan Quan <evan.quan@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3df9931b06
commit
8849fe64f6
@ -714,9 +714,9 @@ static int polaris10_populate_smc_vddci_table(struct pp_hwmgr *hwmgr,
|
||||
|
||||
table->Smio[level] |= data->vddci_voltage_table.entries[level].smio_low;
|
||||
}
|
||||
}
|
||||
|
||||
table->SmioMask1 = data->vddci_voltage_table.mask_low;
|
||||
table->SmioMask1 = data->vddci_voltage_table.mask_low;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user