Searched refs:vddc_phase_shed_table (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | si_dpm.h | 150 struct atom_voltage_table vddc_phase_shed_table; member
|
D | si_dpm.c | 3961 VOLTAGE_OBJ_PHASE_LUT, &si_pi->vddc_phase_shed_table); in si_construct_voltage_tables() 3965 if ((si_pi->vddc_phase_shed_table.count == 0) || in si_construct_voltage_tables() 3966 (si_pi->vddc_phase_shed_table.count > SISLANDS_MAX_NO_VREG_STEPS)) in si_construct_voltage_tables() 4028 if (si_validate_phase_shedding_tables(rdev, &si_pi->vddc_phase_shed_table, in si_populate_smc_voltage_tables() 4030 si_populate_smc_voltage_table(rdev, &si_pi->vddc_phase_shed_table, table); in si_populate_smc_voltage_tables() 4033 cpu_to_be32(si_pi->vddc_phase_shed_table.mask_low); in si_populate_smc_voltage_tables() 4036 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | si_dpm.h | 971 struct atom_voltage_table vddc_phase_shed_table; member
|
D | si_dpm.c | 4482 VOLTAGE_OBJ_PHASE_LUT, &si_pi->vddc_phase_shed_table); in si_construct_voltage_tables() 4486 if ((si_pi->vddc_phase_shed_table.count == 0) || in si_construct_voltage_tables() 4487 (si_pi->vddc_phase_shed_table.count > SISLANDS_MAX_NO_VREG_STEPS)) in si_construct_voltage_tables() 4549 if (si_validate_phase_shedding_tables(adev, &si_pi->vddc_phase_shed_table, in si_populate_smc_voltage_tables() 4551 si_populate_smc_voltage_table(adev, &si_pi->vddc_phase_shed_table, table); in si_populate_smc_voltage_tables() 4554 cpu_to_be32(si_pi->vddc_phase_shed_table.mask_low); in si_populate_smc_voltage_tables() 4557 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
|