Searched refs:vddc_voltage_table (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h84 struct atom_voltage_table vddc_voltage_table; member in struct:evergreen_power_info
H A Dcypress_dpm.c745 &eg_pi->vddc_voltage_table,
1286 &eg_pi->vddc_voltage_table,
1363 &eg_pi->vddc_voltage_table,
1379 &eg_pi->vddc_voltage_table,
1492 &eg_pi->vddc_voltage_table);
1496 if (eg_pi->vddc_voltage_table.count > MAX_NO_VREG_STEPS)
1498 &eg_pi->vddc_voltage_table);
1533 if (eg_pi->vddc_voltage_table.count) {
1535 &eg_pi->vddc_voltage_table,
1540 cpu_to_be32(eg_pi->vddc_voltage_table
[all...]
H A Dci_dpm.h227 struct atom_voltage_table vddc_voltage_table; member in struct:ci_power_info
H A Dni_dpm.c1276 if (eg_pi->vddc_voltage_table.count) {
1277 ni_populate_smc_voltage_table(rdev, &eg_pi->vddc_voltage_table, table);
1280 cpu_to_be32(eg_pi->vddc_voltage_table.mask_low);
1282 for (i = 0; i < eg_pi->vddc_voltage_table.count; i++) {
1283 if (pi->max_vddc_in_table <= eg_pi->vddc_voltage_table.entries[i].value) {
1400 ret = ni_populate_voltage_value(rdev, &eg_pi->vddc_voltage_table,
1410 ret = ni_populate_voltage_value(rdev, &eg_pi->vddc_voltage_table,
1728 ret = ni_populate_voltage_value(rdev, &eg_pi->vddc_voltage_table,
1815 &eg_pi->vddc_voltage_table,
1838 &eg_pi->vddc_voltage_table,
[all...]
H A Dsi_dpm.c2285 ret = si_populate_voltage_value(rdev, &eg_pi->vddc_voltage_table,
2294 ret = si_populate_voltage_value(rdev, &eg_pi->vddc_voltage_table,
3902 VOLTAGE_OBJ_GPIO_LUT, &eg_pi->vddc_voltage_table);
3906 if (eg_pi->vddc_voltage_table.count > SISLANDS_MAX_NO_VREG_STEPS)
3909 &eg_pi->vddc_voltage_table);
3913 &eg_pi->vddc_voltage_table);
3999 if (eg_pi->vddc_voltage_table.count) {
4000 si_populate_smc_voltage_table(rdev, &eg_pi->vddc_voltage_table, table);
4002 cpu_to_be32(eg_pi->vddc_voltage_table.mask_low);
4004 for (i = 0; i < eg_pi->vddc_voltage_table
[all...]
H A Dci_dpm.c281 if (pi->vddc_voltage_table.count > 8)
284 for (i = 0; i < pi->vddc_voltage_table.count; i++)
285 vid[i] = ci_convert_to_vid(pi->vddc_voltage_table.entries[i].value);
2098 &pi->vddc_voltage_table);
2104 &pi->vddc_voltage_table);
2109 if (pi->vddc_voltage_table.count > SMU7_MAX_LEVELS_VDDC)
2111 &pi->vddc_voltage_table);
2180 table->VddcLevelCount = pi->vddc_voltage_table.count;
2183 &pi->vddc_voltage_table.entries[count],
2188 pi->vddc_voltage_table
[all...]
H A Dbtc_dpm.c1296 new_voltage = btc_find_voltage(&eg_pi->vddc_voltage_table,
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.h262 struct pp_atomctrl_voltage_table vddc_voltage_table; member in struct:smu7_hwmgr
H A Dvega10_hwmgr.h320 struct pp_atomfwctrl_voltage_table vddc_voltage_table; member in struct:vega10_hwmgr
H A Dvega12_hwmgr.h322 struct pp_atomfwctrl_voltage_table vddc_voltage_table; member in struct:vega12_hwmgr
H A Dvega20_hwmgr.h446 struct pp_atomfwctrl_voltage_table vddc_voltage_table; member in struct:vega20_hwmgr
H A Dvega10_hwmgr.c1189 &(data->vddc_voltage_table));
1195 PP_ASSERT_WITH_CODE(data->vddc_voltage_table.count <= 16,
1198 16, &(data->vddc_voltage_table)));
1482 (uint8_t)(data->vddc_voltage_table.psi0_enable);
1484 (uint8_t)(data->vddc_voltage_table.psi1_enable);
2594 data->vddc_voltage_table.psi0_enable = voltage_table.psi0_enable;
2595 data->vddc_voltage_table.psi1_enable = voltage_table.psi1_enable;
H A Dsmu7_hwmgr.c375 &data->vddc_voltage_table);
381 result = phm_get_svi2_voltage_table_v0(&data->vddc_voltage_table,
384 result = phm_get_svi2_vdd_voltage_table(&(data->vddc_voltage_table),
393 (data->vddc_voltage_table.count <= tmp),
396 &(data->vddc_voltage_table)));
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c422 PP_ASSERT_WITH_CODE(data->vddc_voltage_table.count <= 8,
426 for (i = 0; i < (int)data->vddc_voltage_table.count; i++) {
427 vid[i] = convert_to_vid(data->vddc_voltage_table.entries[i].value);
624 table->VddcLevelCount = data->vddc_voltage_table.count;
627 &(data->vddc_voltage_table.entries[count]),
633 table->VddcLevel[count].Smio |= data->vddc_voltage_table.entries[count].smio_low;
H A Dci_smumgr.c613 PP_ASSERT_WITH_CODE(data->vddc_voltage_table.count <= 8,
617 for (i = 0; i < (int)data->vddc_voltage_table.count; i++)
618 vid[i] = convert_to_vid(data->vddc_voltage_table.entries[i].value);
848 table->VddcLevelCount = data->vddc_voltage_table.count;
851 &(data->vddc_voltage_table.entries[count]),
858 table->Smio[count] |= data->vddc_voltage_table.entries[count].smio_low;
859 table->SmioMaskVddcVid |= data->vddc_voltage_table.entries[count].smio_low;
H A Dtonga_smumgr.c309 table->VddcLevelCount = data->vddc_voltage_table.count;
312 PP_HOST_TO_SMC_US(data->vddc_voltage_table.entries[count].value * VOLTAGE_SCALE);
413 data->vddc_voltage_table.entries[count].value);
433 data->vddc_voltage_table.entries[count].value);
1558 phm_get_voltage_id(&(data->vddc_voltage_table),
H A Dpolaris10_smumgr.c697 count = data->vddc_voltage_table.count;
704 PP_HOST_TO_SMC_US(data->vddc_voltage_table.entries[level].value * VOLTAGE_SCALE);
707 table->Smio[level] |= data->vddc_voltage_table.entries[level].smio_low;
710 table->SmioMask1 = data->vddc_voltage_table.mask_low;
758 data->vddc_voltage_table.entries[count].value);
H A Dfiji_smumgr.c772 data->vddc_voltage_table.entries[count].value);
H A Dvegam_smumgr.c517 data->vddc_voltage_table.entries[count].value);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2442 ret = si_populate_voltage_value(adev, &eg_pi->vddc_voltage_table,
2451 ret = si_populate_voltage_value(adev, &eg_pi->vddc_voltage_table,
3327 new_voltage = btc_find_voltage(&eg_pi->vddc_voltage_table,
4423 VOLTAGE_OBJ_GPIO_LUT, &eg_pi->vddc_voltage_table);
4427 if (eg_pi->vddc_voltage_table.count > SISLANDS_MAX_NO_VREG_STEPS)
4430 &eg_pi->vddc_voltage_table);
4434 &eg_pi->vddc_voltage_table);
4520 if (eg_pi->vddc_voltage_table.count) {
4521 si_populate_smc_voltage_table(adev, &eg_pi->vddc_voltage_table, table);
4523 cpu_to_be32(eg_pi->vddc_voltage_table
[all...]
H A Dsi_dpm.h675 struct atom_voltage_table vddc_voltage_table; member in struct:evergreen_power_info

Completed in 654 milliseconds