Home
last modified time | relevance | path

Searched refs:dclk_pstate (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c1193 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v15_0_set_performance_level()
1207 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v15_0_set_performance_level()
1285 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v15_0_set_performance_level()
1286 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v15_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1304 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level()
1318 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v14_0_set_performance_level()
1396 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v14_0_set_performance_level()
1397 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v14_0_set_performance_level()
H A Dsmu_v14_0_2_ppt.c1537 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_get_unique_id()
1538 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v14_0_2_get_unique_id()
1552 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_get_fan_speed_pwm()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c1642 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()
1656 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()
1747 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()
1748 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
H A Dsmu_v13_0_7_ppt.c2301 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_get_fan_speed_pwm()
2302 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v13_0_7_get_fan_speed_pwm()
2316 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_get_fan_speed_rpm()
H A Dsmu_v13_0_0_ppt.c2299 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_get_unique_id()
2300 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v13_0_0_get_unique_id()
2314 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_get_fan_speed_pwm()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h566 struct pstates_clk_freq dclk_pstate; member