Home
last modified time | relevance | path

Searched refs:SocVoltage (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c542 if (clock_table->SocVoltage[i] == voltage) { in find_clk_for_voltage()
544 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage()
545 clock_table->SocVoltage[i] < voltage) { in find_clk_for_voltage()
546 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
777 i, smu_dpm_clks.dpm_clks->SocVoltage[i]); in dcn31_clk_mgr_construct()
H A Ddcn31_smu.h137 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_v13_0_5.h117 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
H A Dsmu13_driver_if_yellow_carp.h128 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
H A Dsmu11_driver_if_vangogh.h136 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
H A Dsmu13_driver_if_v13_0_4.h129 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_smu.h56 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
H A Ddcn314_clk_mgr.c606 clock_table->DfPstateTable[j].Voltage <= clock_table->SocVoltage[i]) { in dcn314_clk_mgr_helper_populate_bw_params()
819 i, smu_dpm_clks.dpm_clks->SocVoltage[i]); in dcn314_clk_mgr_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c464 if (clock_table->SocVoltage[i] == voltage) { in find_clk_for_voltage()
466 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage()
467 clock_table->SocVoltage[i] < voltage) { in find_clk_for_voltage()
468 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
H A Ddcn316_smu.h84 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.h76 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
H A Ddcn315_clk_mgr.c495 if (clock_table->DfPstateTable[j].Voltage <= clock_table->SocVoltage[i]) in dcn315_clk_mgr_helper_populate_bw_params()
513 bw_params->clk_table.entries[i].voltage = clock_table->SocVoltage[i]; in dcn315_clk_mgr_helper_populate_bw_params()
530 …bw_params->clk_table.entries[i-1].voltage = clock_table->SocVoltage[clock_table->NumSocClkLevelsEn… in dcn315_clk_mgr_helper_populate_bw_params()
704 i, smu_dpm_clks.dpm_clks->SocVoltage[i]); in dcn315_clk_mgr_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Ddcn301_smu.h107 uint32_t SocVoltage[VG_NUM_SOC_VOLTAGE_LEVELS]; member
H A Dvg_clk_mgr.c549 if (clock_table->SocVoltage[i] == voltage) in find_dcfclk_for_voltage()
627 .SocVoltage = { 2800, 2860, 2860, 2860, 2860, 2860, 2860, 2860 },
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2219 clock_table->SocClocks[i].Vol = table->SocVoltage[i]; in vangogh_get_dpm_clock_table()