mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user