Home
last modified time | relevance | path

Searched refs:vddc_phase_shed_table (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dsi_dpm.h157 struct atom_voltage_table vddc_phase_shed_table; member
H A Dsi_dpm.c4024 VOLTAGE_OBJ_PHASE_LUT, &si_pi->vddc_phase_shed_table); in si_construct_voltage_tables()
4028 if ((si_pi->vddc_phase_shed_table.count == 0) || in si_construct_voltage_tables()
4029 (si_pi->vddc_phase_shed_table.count > SISLANDS_MAX_NO_VREG_STEPS)) in si_construct_voltage_tables()
4091 if (si_validate_phase_shedding_tables(rdev, &si_pi->vddc_phase_shed_table, in si_populate_smc_voltage_tables()
4093 si_populate_smc_voltage_table(rdev, &si_pi->vddc_phase_shed_table, table); in si_populate_smc_voltage_tables()
4096 cpu_to_be32(si_pi->vddc_phase_shed_table.mask_low); in si_populate_smc_voltage_tables()
4099 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.h964 struct atom_voltage_table vddc_phase_shed_table; member
H A Dsi_dpm.c4487 VOLTAGE_OBJ_PHASE_LUT, &si_pi->vddc_phase_shed_table); in si_construct_voltage_tables()
4491 if ((si_pi->vddc_phase_shed_table.count == 0) || in si_construct_voltage_tables()
4492 (si_pi->vddc_phase_shed_table.count > SISLANDS_MAX_NO_VREG_STEPS)) in si_construct_voltage_tables()
4554 if (si_validate_phase_shedding_tables(adev, &si_pi->vddc_phase_shed_table, in si_populate_smc_voltage_tables()
4556 si_populate_smc_voltage_table(adev, &si_pi->vddc_phase_shed_table, table); in si_populate_smc_voltage_tables()
4559 cpu_to_be32(si_pi->vddc_phase_shed_table.mask_low); in si_populate_smc_voltage_tables()
4562 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()