drm/amd/pm: add the callback to get vbios bootup values for vangogh
This patch is to add the callback to get vbios bootup values for vangogh, it will get the bootup values of gfxclk, mclk, socclk and so on. Signed-off-by: Xiaojian Du <Xiaojian.Du@amd.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a441d7ea5c
commit
3495d3c326
@ -561,6 +561,7 @@ int smu_v11_0_get_vbios_bootup_values(struct smu_context *smu)
|
||||
smu->smu_table.boot_values.firmware_caps = v_3_1->firmware_capability;
|
||||
break;
|
||||
case 3:
|
||||
case 4:
|
||||
default:
|
||||
v_3_3 = (struct atom_firmware_info_v3_3 *)header;
|
||||
smu->smu_table.boot_values.revision = v_3_3->firmware_revision;
|
||||
|
@ -1894,6 +1894,7 @@ static const struct pptable_funcs vangogh_ppt_funcs = {
|
||||
.get_ppt_limit = vangogh_get_ppt_limit,
|
||||
.get_power_limit = vangogh_get_power_limit,
|
||||
.set_power_limit = vangogh_set_power_limit,
|
||||
.get_vbios_bootup_values = smu_v11_0_get_vbios_bootup_values,
|
||||
};
|
||||
|
||||
void vangogh_set_ppt_funcs(struct smu_context *smu)
|
||||
|
Loading…
Reference in New Issue
Block a user