Home
last modified time | relevance | path

Searched refs:vega20_single_dpm_table (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/powerplay/
Dvega20_ppt.h96 struct vega20_single_dpm_table { struct
110 struct vega20_single_dpm_table soc_table; argument
111 struct vega20_single_dpm_table gfx_table;
112 struct vega20_single_dpm_table mem_table;
113 struct vega20_single_dpm_table eclk_table;
114 struct vega20_single_dpm_table vclk_table;
115 struct vega20_single_dpm_table dclk_table;
116 struct vega20_single_dpm_table dcef_table;
117 struct vega20_single_dpm_table pixel_table;
118 struct vega20_single_dpm_table display_table;
[all …]
Dvega20_ppt.c662 struct vega20_single_dpm_table *single_dpm_table, in vega20_set_single_dpm_table()
717 struct vega20_single_dpm_table *single_dpm_table; in vega20_set_default_dpm_table()
900 struct vega20_single_dpm_table *gfx_table = NULL; in vega20_populate_umd_state_clk()
901 struct vega20_single_dpm_table *mem_table = NULL; in vega20_populate_umd_state_clk()
924 struct vega20_single_dpm_table *dpm_table) in vega20_get_clk_table()
948 struct vega20_single_dpm_table *single_dpm_table; in vega20_print_clk_levels()
1187 struct vega20_single_dpm_table *single_dpm_table; in vega20_upload_dpm_level()
1275 struct vega20_single_dpm_table *single_dpm_table; in vega20_force_clk_levels()
1448 struct vega20_single_dpm_table *single_dpm_table; in vega20_get_clock_by_type_with_latency()
1755 struct vega20_single_dpm_table *single_dpm_table; in vega20_get_od_percentage()
[all …]
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega20_hwmgr.h159 struct vega20_single_dpm_table { struct
178 struct vega20_single_dpm_table soc_table; argument
179 struct vega20_single_dpm_table gfx_table;
180 struct vega20_single_dpm_table mem_table;
181 struct vega20_single_dpm_table eclk_table;
182 struct vega20_single_dpm_table vclk_table;
183 struct vega20_single_dpm_table dclk_table;
184 struct vega20_single_dpm_table dcef_table;
185 struct vega20_single_dpm_table pixel_table;
186 struct vega20_single_dpm_table display_table;
[all …]
Dvega20_hwmgr.c560 struct vega20_single_dpm_table *dpm_table, PPCLK_e clk_id) in vega20_setup_single_dpm_table()
588 struct vega20_single_dpm_table *dpm_table; in vega20_setup_gfxclk_dpm_table()
609 struct vega20_single_dpm_table *dpm_table; in vega20_setup_memclk_dpm_table()
638 struct vega20_single_dpm_table *dpm_table; in vega20_setup_default_dpm_tables()
1442 struct vega20_single_dpm_table *sclk_table = in vega20_get_sclk_od()
1444 struct vega20_single_dpm_table *golden_sclk_table = in vega20_get_sclk_od()
1461 struct vega20_single_dpm_table *golden_sclk_table = in vega20_set_sclk_od()
1488 struct vega20_single_dpm_table *mclk_table = in vega20_get_mclk_od()
1490 struct vega20_single_dpm_table *golden_mclk_table = in vega20_get_mclk_od()
1507 struct vega20_single_dpm_table *golden_mclk_table = in vega20_set_mclk_od()
[all …]