Home
last modified time | relevance | path

Searched refs:mem_dpm_table (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c1032 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_populate_umdpstate_clocks() local
1035 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL) { in vega12_populate_umdpstate_clocks()
1037 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_MCLK_LEVEL].value; in vega12_populate_umdpstate_clocks()
1040 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[0].value; in vega12_populate_umdpstate_clocks()
1044 hwmgr->pstate_mclk_peak = mem_dpm_table->dpm_levels[mem_dpm_table->count].value; in vega12_populate_umdpstate_clocks()
1722 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_get_profiling_clk_mask() local
1730 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL && in vega12_get_profiling_clk_mask()
1743 *mclk_mask = mem_dpm_table->count - 1; in vega12_get_profiling_clk_mask()
H A Dvega10_hwmgr.c5415 struct vega10_single_dpm_table *mem_dpm_table = in vega10_odn_update_power_state() local
5436 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5438 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value; in vega10_odn_update_power_state()
5458 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5460 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value; in vega10_odn_update_power_state()
H A Dvega20_hwmgr.c2527 struct vega20_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega20_get_profiling_clk_mask() local
2535 mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL && in vega20_get_profiling_clk_mask()
2548 *mclk_mask = mem_dpm_table->count - 1; in vega20_get_profiling_clk_mask()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c5231 struct vega10_single_dpm_table *mem_dpm_table = in vega10_odn_update_power_state() local
5252 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5254 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value; in vega10_odn_update_power_state()
5274 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5276 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value; in vega10_odn_update_power_state()
H A Dvega12_hwmgr.c1702 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_get_profiling_clk_mask() local
1710 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL && in vega12_get_profiling_clk_mask()
1723 *mclk_mask = mem_dpm_table->count - 1; in vega12_get_profiling_clk_mask()
H A Dvega20_hwmgr.c2527 struct vega20_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega20_get_profiling_clk_mask() local
2535 mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL && in vega20_get_profiling_clk_mask()
2548 *mclk_mask = mem_dpm_table->count - 1; in vega20_get_profiling_clk_mask()

Completed in 29 milliseconds