Searched refs:request_ps (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | pp_psm.c | 57 hwmgr->request_ps = kzalloc(size, GFP_KERNEL); in psm_init_power_state_table() 58 if (hwmgr->request_ps == NULL) { in psm_init_power_state_table() 66 kfree(hwmgr->request_ps); in psm_init_power_state_table() 68 hwmgr->request_ps = NULL; in psm_init_power_state_table() 78 kfree(hwmgr->request_ps); in psm_init_power_state_table() 80 hwmgr->request_ps = NULL; in psm_init_power_state_table() 88 memcpy(hwmgr->request_ps, state, size); in psm_init_power_state_table() 110 kfree(hwmgr->request_ps); in psm_fini_power_state_table() 112 hwmgr->request_ps = NULL; in psm_fini_power_state_table() 172 memcpy(hwmgr->request_ps, state, hwmgr->ps_size); in psm_set_states() [all …]
|
D | vega10_hwmgr.c | 3236 struct pp_power_state *request_ps, in vega10_apply_state_adjust_rules() argument 3241 cast_phw_vega10_power_state(&request_ps->hardware); in vega10_apply_state_adjust_rules() 3260 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules() 3841 ps = hwmgr->request_ps; in vega10_dpm_get_sclk() 3863 ps = hwmgr->request_ps; in vega10_dpm_get_mclk() 5108 ps = hwmgr->request_ps; in vega10_set_sclk_od() 5159 ps = hwmgr->request_ps; in vega10_set_mclk_od() 5382 struct pp_power_state *ps = hwmgr->request_ps; in vega10_odn_update_power_state()
|
D | smu7_hwmgr.c | 3272 struct pp_power_state *request_ps, in smu7_apply_state_adjust_rules() argument 3277 cast_phw_smu7_power_state(&request_ps->hardware); in smu7_apply_state_adjust_rules() 3295 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules() 3451 ps = hwmgr->request_ps; in smu7_dpm_get_mclk() 3473 ps = hwmgr->request_ps; in smu7_dpm_get_sclk() 5050 ps = hwmgr->request_ps; in smu7_set_sclk_od() 5092 ps = hwmgr->request_ps; in smu7_set_mclk_od()
|
D | smu8_hwmgr.c | 1335 ps = hwmgr->request_ps; in smu8_dpm_get_sclk()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | kv_dpm.c | 2892 kv_dpm_print_power_state(void *handle, void *request_ps) in kv_dpm_print_power_state() argument 2895 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_dpm_print_power_state() 3225 void *request_ps, in kv_check_state_equal() argument 3232 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_check_state_equal()
|
D | si_dpm.c | 7972 void *request_ps, in si_check_state_equal() argument 7979 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in si_check_state_equal()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 793 struct pp_power_state *request_ps; member
|