/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | pp_psm.c | 34 struct pp_power_state *state; in psm_init_power_state_table() 46 sizeof(struct pp_power_state); in psm_init_power_state_table() 97 state = (struct pp_power_state *)((unsigned long)state + size); in psm_init_power_state_table() 124 struct pp_power_state *state; in psm_get_ui_state() 145 struct pp_power_state *state; in psm_get_state_by_classification() 164 struct pp_power_state *state; in psm_set_states() 214 struct pp_power_state **state) in psm_set_user_performance_state() 244 struct pp_power_state *new_ps) in power_state_management() 246 struct pp_power_state *pcurrent; in power_state_management() 247 struct pp_power_state *requested; in power_state_management() [all …]
|
A D | process_pptables_v1_0.h | 31 struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *, 32 struct pp_power_state *, void *, uint32_t));
|
A D | pp_psm.h | 35 struct pp_power_state **state); 38 struct pp_power_state *new_ps);
|
A D | processpptables.h | 29 struct pp_power_state; 44 struct pp_power_state *ps,
|
A D | vega10_processpptables.h | 60 struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *, 61 struct pp_power_state *, void *, uint32_t));
|
A D | vega12_processpptables.c | 352 uint32_t entry_index, struct pp_power_state *power_state, 354 struct pp_power_state *, void *, uint32_t))
|
A D | hardwaremanager.c | 130 struct pp_power_state *adjusted_ps, in phm_apply_state_adjust_rules() 131 const struct pp_power_state *current_ps) in phm_apply_state_adjust_rules()
|
A D | smu10_hwmgr.c | 426 struct pp_power_state *prequest_ps, in smu10_apply_state_adjust_rules() 427 const struct pp_power_state *pcurrent_ps) in smu10_apply_state_adjust_rules() 921 unsigned long entry, struct pp_power_state *ps) in smu10_dpm_get_pp_table_entry()
|
A D | smu8_hwmgr.c | 1065 struct pp_power_state *prequest_ps, in smu8_apply_state_adjust_rules() 1066 const struct pp_power_state *pcurrent_ps) in smu8_apply_state_adjust_rules() 1341 struct pp_power_state *ps; in smu8_dpm_get_sclk() 1415 unsigned long entry, struct pp_power_state *ps) in smu8_dpm_get_pp_table_entry()
|
A D | vega10_hwmgr.c | 3119 void *state, struct pp_power_state *power_state, in vega10_get_pp_table_entry_callback_func() 3226 unsigned long entry_index, struct pp_power_state *state) in vega10_get_pp_table_entry() 3261 struct pp_power_state *request_ps, in vega10_apply_state_adjust_rules() 3262 const struct pp_power_state *current_ps) in vega10_apply_state_adjust_rules() 3860 struct pp_power_state *ps; in vega10_dpm_get_sclk() 3882 struct pp_power_state *ps; in vega10_dpm_get_mclk() 5125 struct pp_power_state *ps; in vega10_set_sclk_od() 5176 struct pp_power_state *ps; in vega10_set_mclk_od() 5402 struct pp_power_state *ps = hwmgr->request_ps; in vega10_odn_update_power_state() 5436 ps = (struct pp_power_state *)((unsigned long)(hwmgr->ps) + hwmgr->ps_size * (hwmgr->num_ps - 1)); in vega10_odn_update_power_state()
|
A D | smu7_hwmgr.c | 3323 struct pp_power_state *request_ps, in smu7_apply_state_adjust_rules() 3324 const struct pp_power_state *current_ps) in smu7_apply_state_adjust_rules() 3496 struct pp_power_state *ps; in smu7_dpm_get_mclk() 3518 struct pp_power_state *ps; in smu7_dpm_get_sclk() 3599 void *state, struct pp_power_state *power_state, in smu7_get_pp_table_entry_callback_func_v1() 3697 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry_v1() 3842 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry_v0() 3949 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry() 5095 struct pp_power_state *ps; in smu7_set_sclk_od() 5137 struct pp_power_state *ps; in smu7_set_mclk_od()
|
A D | hwmgr.c | 383 struct pp_power_state *requested_ps = NULL; in hwmgr_handle_task()
|
A D | process_pptables_v1_0.c | 1369 uint32_t entry_index, struct pp_power_state *power_state, in get_powerplay_table_entry_v1_0() argument 1371 struct pp_power_state *, void *, uint32_t)) in get_powerplay_table_entry_v1_0()
|
A D | vega10_processpptables.c | 1295 uint32_t entry_index, struct pp_power_state *power_state, in vega10_get_powerplay_table_entry() argument 1297 struct pp_power_state *, void *, uint32_t)) in vega10_get_powerplay_table_entry()
|
A D | processpptables.c | 677 struct pp_power_state *ps, in init_non_clock_fields() 885 struct pp_power_state *ps, in pp_tables_get_entry()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/inc/ |
A D | power_state.h | 30 struct pp_power_state; 41 struct pp_power_state *next; 42 struct pp_power_state *prev; 150 struct pp_power_state { struct
|
A D | hwmgr.h | 242 struct pp_power_state *prequest_ps, 243 const struct pp_power_state *pcurrent_ps); 259 unsigned long, struct pp_power_state *); 783 struct pp_power_state *ps; 792 struct pp_power_state *current_ps; 793 struct pp_power_state *request_ps; 794 struct pp_power_state *boot_ps; 795 struct pp_power_state *uvd_ps;
|
A D | hardwaremanager.h | 30 struct pp_power_state; 409 struct pp_power_state *adjusted_ps, 410 const struct pp_power_state *current_ps);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/ |
A D | amd_powerplay.c | 431 struct pp_power_state *state; in pp_dpm_get_current_power_state() 573 struct pp_power_state *state = (struct pp_power_state *) in pp_dpm_get_pp_num_states()
|