Home
last modified time | relevance | path

Searched refs:vega12_single_dpm_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.h106 struct vega12_single_dpm_table { struct
125 struct vega12_single_dpm_table soc_table; argument
126 struct vega12_single_dpm_table gfx_table;
127 struct vega12_single_dpm_table mem_table;
128 struct vega12_single_dpm_table eclk_table;
129 struct vega12_single_dpm_table vclk_table;
130 struct vega12_single_dpm_table dclk_table;
131 struct vega12_single_dpm_table dcef_table;
132 struct vega12_single_dpm_table pixel_table;
133 struct vega12_single_dpm_table display_table;
[all …]
Dvega12_hwmgr.c611 struct vega12_single_dpm_table *dpm_table, PPCLK_e clk_id) in vega12_setup_single_dpm_table()
648 struct vega12_single_dpm_table *dpm_table; in vega12_setup_default_dpm_tables()
788 struct vega12_single_dpm_table *dpm_table = &(data->dpm_table.gfx_table);
1041 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_populate_umdpstate_clocks()
1042 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_populate_umdpstate_clocks()
1121 struct vega12_single_dpm_table *table) in vega12_find_lowest_dpm_level()
1139 struct vega12_single_dpm_table *table) in vega12_find_highest_dpm_level()
1731 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_get_profiling_clk_mask()
1732 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_get_profiling_clk_mask()
1733 struct vega12_single_dpm_table *soc_dpm_table = &(data->dpm_table.soc_table); in vega12_get_profiling_clk_mask()
[all …]