Home
last modified time | relevance | path

Searched refs:request_ps (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c60 hwmgr->request_ps = kzalloc(size, GFP_KERNEL); in psm_init_power_state_table()
61 if (hwmgr->request_ps == NULL) { in psm_init_power_state_table()
69 kfree(hwmgr->request_ps); in psm_init_power_state_table()
71 hwmgr->request_ps = NULL; in psm_init_power_state_table()
82 kfree(hwmgr->request_ps); in psm_init_power_state_table()
85 hwmgr->request_ps = NULL; in psm_init_power_state_table()
93 memcpy(hwmgr->request_ps, state, size); in psm_init_power_state_table()
115 kfree(hwmgr->request_ps); in psm_fini_power_state_table()
117 hwmgr->request_ps = NULL; in psm_fini_power_state_table()
177 memcpy(hwmgr->request_ps, state, hwmgr->ps_size); in psm_set_states()
[all …]
H A Dvega10_hwmgr.c3277 struct pp_power_state *request_ps, in vega10_apply_state_adjust_rules() argument
3299 vega10_ps = cast_phw_vega10_power_state(&request_ps->hardware); in vega10_apply_state_adjust_rules()
3304 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
3892 ps = hwmgr->request_ps; in vega10_dpm_get_sclk()
3914 ps = hwmgr->request_ps; in vega10_dpm_get_mclk()
5172 ps = hwmgr->request_ps; in vega10_set_sclk_od()
5225 ps = hwmgr->request_ps; in vega10_set_mclk_od()
5460 struct pp_power_state *ps = hwmgr->request_ps; in vega10_odn_update_power_state()
H A Dsmu7_hwmgr.c3313 struct pp_power_state *request_ps, in smu7_apply_state_adjust_rules() argument
3334 smu7_ps = cast_phw_smu7_power_state(&request_ps->hardware); in smu7_apply_state_adjust_rules()
3339 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules()
3495 ps = hwmgr->request_ps; in smu7_dpm_get_mclk()
3517 ps = hwmgr->request_ps; in smu7_dpm_get_sclk()
5116 ps = hwmgr->request_ps; in smu7_set_sclk_od()
5158 ps = hwmgr->request_ps; in smu7_set_mclk_od()
H A Dsmu8_hwmgr.c1358 ps = hwmgr->request_ps; in smu8_dpm_get_sclk()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2882 kv_dpm_print_power_state(void *handle, void *request_ps) in kv_dpm_print_power_state() argument
2885 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_dpm_print_power_state()
3215 void *request_ps, in kv_check_state_equal() argument
3222 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_check_state_equal()
H A Dsi_dpm.c7954 void *request_ps, in si_check_state_equal() argument
7961 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in si_check_state_equal()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h791 struct pp_power_state *request_ps; member