Searched refs:vddc_table (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Drv770_dpm.c580 if (vddc <= pi->vddc_table[i].vddc) {
581 voltage->index = pi->vddc_table[i].vddc_index;
1122 table->highSMIO[pi->vddc_table[i].vddc_index] =
1123 pi->vddc_table[i].high_smio;
1124 table->lowSMIO[pi->vddc_table[i].vddc_index] =
1125 cpu_to_be32(pi->vddc_table[i].low_smio);
1135 pi->vddc_table[i].vddc));
1139 pi->vddc_table[i].vddc_index;
1253 pi->vddc_table[i].vddc = (u16)(min + i * step);
1255 pi->vddc_table[
[all...]
H A Drv770_dpm.h106 struct vddc_table_entry vddc_table[MAX_NO_VREG_STEPS]; member in struct:rv7xx_power_info
H A Dci_dpm.h72 struct ci_single_dpm_table vddc_table; member in struct:ci_dpm_table
H A Dci_dpm.c3426 &pi->dpm_table.vddc_table,
3462 pi->dpm_table.vddc_table.dpm_levels[i].value =
3464 pi->dpm_table.vddc_table.dpm_levels[i].param1 =
3466 pi->dpm_table.vddc_table.dpm_levels[i].enabled = true;
3468 pi->dpm_table.vddc_table.count = allowed_sclk_vddc_table->count;
3743 struct radeon_clock_voltage_dependency_table *vddc_table = local
3758 for (i = 0; i < vddc_table->count; i++) {
3759 if (requested_voltage <= vddc_table->entries[i].v) {
3760 requested_voltage = vddc_table->entries[i].v;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu_helper.c551 struct phm_ppt_v1_clock_voltage_dependency_table *vddc_table; local
567 vddc_table = table_info->vdd_dep_on_sclk;
568 for (i = 0; i < vddc_table->count; i++) {
569 if (req_vddc <= vddc_table->entries[i].vddc) {
570 req_volt = (((uint32_t)vddc_table->entries[i].vddc) * VOLTAGE_SCALE);
H A Dsmu7_hwmgr.h107 struct smu7_single_dpm_table vddc_table; member in struct:smu7_dpm_table
H A Dsmu8_hwmgr.c443 struct phm_clock_voltage_dependency_table *vddc_table = local
465 PP_ASSERT_WITH_CODE((vddc_table->count <= SMU8_MAX_HARDWARE_POWERLEVELS),
480 (i < vddc_table->count) ? (uint8_t)vddc_table->entries[i].v : 0;
482 (i < vddc_table->count) ? vddc_table->entries[i].clk : 0;
H A Dvega10_processpptables.c1118 const ATOM_Vega10_Voltage_Lookup_Table *vddc_table = local
1123 &pp_table_info->vddc_lookup_table, vddc_table, 8);
H A Dsmu7_hwmgr.c756 &data->dpm_table.vddc_table,
832 data->dpm_table.vddc_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v;
833 data->dpm_table.vddc_table.dpm_levels[i].param1 = std_voltage_table->entries[i].Leakage;
835 data->dpm_table.vddc_table.dpm_levels[i].enabled = true;
838 data->dpm_table.vddc_table.count = allowed_vdd_sclk_table->count;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h562 struct vddc_table_entry vddc_table[MAX_NO_VREG_STEPS]; member in struct:rv7xx_power_info

Completed in 307 milliseconds