Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
Ddcn316_clk_mgr.c475 if (clock_table->SocVoltage[i] == voltage) { in find_clk_for_voltage()
477 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage()
478 clock_table->SocVoltage[i] < voltage) { in find_clk_for_voltage()
479 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
Ddcn316_smu.h84 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu13_driver_if_v13_0_5.h118 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
Dsmu13_driver_if_yellow_carp.h128 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
Dsmu13_driver_if_v13_0_4.h129 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
Dsmu11_driver_if_vangogh.h136 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
Ddcn315_smu.h76 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
Ddcn315_clk_mgr.c483 if (clock_table->DfPstateTable[j].Voltage <= clock_table->SocVoltage[i] in dcn315_clk_mgr_helper_populate_bw_params()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_clk_mgr.c534 if (clock_table->SocVoltage[i] == voltage) { in find_clk_for_voltage()
536 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage()
537 clock_table->SocVoltage[i] < voltage) { in find_clk_for_voltage()
538 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
Ddcn31_smu.h137 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
Ddcn301_smu.h107 uint32_t SocVoltage[VG_NUM_SOC_VOLTAGE_LEVELS]; member
Dvg_clk_mgr.c610 if (clock_table->SocVoltage[i] == voltage) in find_dcfclk_for_voltage()
685 .SocVoltage = { 2800, 2860, 2860, 2860, 2860, 2860, 2860, 2860 },
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c1948 clock_table->SocClocks[i].Vol = table->SocVoltage[i]; in vangogh_get_dpm_clock_table()