Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_hwmgr.h107 struct vega12_single_dpm_table { struct
126 struct vega12_single_dpm_table soc_table; argument
127 struct vega12_single_dpm_table gfx_table;
128 struct vega12_single_dpm_table mem_table;
129 struct vega12_single_dpm_table eclk_table;
130 struct vega12_single_dpm_table vclk_table;
131 struct vega12_single_dpm_table dclk_table;
132 struct vega12_single_dpm_table dcef_table;
133 struct vega12_single_dpm_table pixel_table;
134 struct vega12_single_dpm_table display_table;
[all …]
Dvega12_hwmgr.c519 struct vega12_single_dpm_table *dpm_table, PPCLK_e clk_id) in vega12_setup_single_dpm_table()
556 struct vega12_single_dpm_table *dpm_table; in vega12_setup_default_dpm_tables()
696 struct vega12_single_dpm_table *dpm_table = &(data->dpm_table.gfx_table);
1000 struct vega12_single_dpm_table *table) in vega12_find_lowest_dpm_level()
1018 struct vega12_single_dpm_table *table) in vega12_find_highest_dpm_level()
1586 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_get_profiling_clk_mask()
1587 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_get_profiling_clk_mask()
1588 struct vega12_single_dpm_table *soc_dpm_table = &(data->dpm_table.soc_table); in vega12_get_profiling_clk_mask()
1716 struct vega12_single_dpm_table *dpm_table; in vega12_get_sclks()
1749 struct vega12_single_dpm_table *dpm_table; in vega12_get_memclocks()
[all …]