Home
last modified time | relevance | path

Searched refs:pp_power_state (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dpp_psm.c34 struct pp_power_state *state; in psm_init_power_state_table()
46 sizeof(struct pp_power_state); in psm_init_power_state_table()
88 state = (struct pp_power_state *)((unsigned long)state + size); in psm_init_power_state_table()
115 struct pp_power_state *state; in psm_get_ui_state()
127 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size); in psm_get_ui_state()
136 struct pp_power_state *state; in psm_get_state_by_classification()
148 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size); in psm_get_state_by_classification()
155 struct pp_power_state *state; in psm_set_states()
168 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size); in psm_set_states()
205 struct pp_power_state **state) in psm_set_user_performance_state()
[all …]
Dprocess_pptables_v1_0.h31 struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *,
32 struct pp_power_state *, void *, uint32_t));
Dpp_psm.h35 struct pp_power_state **state);
38 struct pp_power_state *new_ps);
Dprocesspptables.h29 struct pp_power_state;
44 struct pp_power_state *ps,
Dvega10_processpptables.h60 struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *,
61 struct pp_power_state *, void *, uint32_t));
Dhardwaremanager.c124 struct pp_power_state *adjusted_ps, in phm_apply_state_adjust_rules()
125 const struct pp_power_state *current_ps) in phm_apply_state_adjust_rules()
Dvega12_processpptables.c393 uint32_t entry_index, struct pp_power_state *power_state,
395 struct pp_power_state *, void *, uint32_t))
Dsmu10_hwmgr.c343 struct pp_power_state *prequest_ps, in smu10_apply_state_adjust_rules()
344 const struct pp_power_state *pcurrent_ps) in smu10_apply_state_adjust_rules()
747 unsigned long entry, struct pp_power_state *ps) in smu10_dpm_get_pp_table_entry()
Dsmu8_hwmgr.c1032 struct pp_power_state *prequest_ps, in smu8_apply_state_adjust_rules()
1033 const struct pp_power_state *pcurrent_ps) in smu8_apply_state_adjust_rules()
1296 struct pp_power_state *ps; in smu8_dpm_get_sclk()
1370 unsigned long entry, struct pp_power_state *ps) in smu8_dpm_get_pp_table_entry()
Dsmu7_hwmgr.c2879 struct pp_power_state *request_ps, in smu7_apply_state_adjust_rules()
2880 const struct pp_power_state *current_ps) in smu7_apply_state_adjust_rules()
3010 struct pp_power_state *ps; in smu7_dpm_get_mclk()
3032 struct pp_power_state *ps; in smu7_dpm_get_sclk()
3113 void *state, struct pp_power_state *power_state, in smu7_get_pp_table_entry_callback_func_v1()
3211 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry_v1()
3356 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry_v0()
3463 unsigned long entry_index, struct pp_power_state *state) in smu7_get_pp_table_entry()
4538 struct pp_power_state *ps; in smu7_set_sclk_od()
4580 struct pp_power_state *ps; in smu7_set_mclk_od()
Dhwmgr.c379 struct pp_power_state *requested_ps = NULL; in hwmgr_handle_task()
Dvega10_hwmgr.c2967 void *state, struct pp_power_state *power_state, in vega10_get_pp_table_entry_callback_func()
3063 unsigned long entry_index, struct pp_power_state *state) in vega10_get_pp_table_entry()
3096 struct pp_power_state *request_ps, in vega10_apply_state_adjust_rules()
3097 const struct pp_power_state *current_ps) in vega10_apply_state_adjust_rules()
3603 struct pp_power_state *ps; in vega10_dpm_get_sclk()
3625 struct pp_power_state *ps; in vega10_dpm_get_mclk()
4505 struct pp_power_state *ps; in vega10_set_sclk_od()
4557 struct pp_power_state *ps; in vega10_set_mclk_od()
Dprocess_pptables_v1_0.c1287 uint32_t entry_index, struct pp_power_state *power_state, in get_powerplay_table_entry_v1_0() argument
1289 struct pp_power_state *, void *, uint32_t)) in get_powerplay_table_entry_v1_0()
Dvega10_processpptables.c1261 uint32_t entry_index, struct pp_power_state *power_state, in vega10_get_powerplay_table_entry() argument
1263 struct pp_power_state *, void *, uint32_t)) in vega10_get_powerplay_table_entry()
Dprocesspptables.c679 struct pp_power_state *ps, in init_non_clock_fields()
887 struct pp_power_state *ps, in pp_tables_get_entry()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dpower_state.h30 struct pp_power_state;
41 struct pp_power_state *next;
42 struct pp_power_state *prev;
143 struct pp_power_state { struct
Dhwmgr.h228 struct pp_power_state *prequest_ps,
229 const struct pp_power_state *pcurrent_ps);
245 unsigned long, struct pp_power_state *);
741 struct pp_power_state *ps;
750 struct pp_power_state *current_ps;
751 struct pp_power_state *request_ps;
752 struct pp_power_state *boot_ps;
753 struct pp_power_state *uvd_ps;
Dhardwaremanager.h30 struct pp_power_state;
410 struct pp_power_state *adjusted_ps,
411 const struct pp_power_state *current_ps);
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c459 struct pp_power_state *state; in pp_dpm_get_current_power_state()
595 struct pp_power_state *state = (struct pp_power_state *) in pp_dpm_get_pp_num_states()