Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dpp_psm.c57 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()
81 memcpy(hwmgr->request_ps, state, size); in psm_init_power_state_table()
103 kfree(hwmgr->request_ps); in psm_fini_power_state_table()
105 hwmgr->request_ps = NULL; in psm_fini_power_state_table()
165 memcpy(hwmgr->request_ps, state, hwmgr->ps_size); in psm_set_states()
244 requested = hwmgr->request_ps; in power_state_management()
255 memcpy(hwmgr->current_ps, hwmgr->request_ps, hwmgr->ps_size); in power_state_management()
Dsmu7_hwmgr.c2879 struct pp_power_state *request_ps, in smu7_apply_state_adjust_rules() argument
2884 cast_phw_smu7_power_state(&request_ps->hardware); in smu7_apply_state_adjust_rules()
2899 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules()
3016 ps = hwmgr->request_ps; in smu7_dpm_get_mclk()
3038 ps = hwmgr->request_ps; in smu7_dpm_get_sclk()
4544 ps = hwmgr->request_ps; in smu7_set_sclk_od()
4586 ps = hwmgr->request_ps; in smu7_set_mclk_od()
Dvega10_hwmgr.c3096 struct pp_power_state *request_ps, in vega10_apply_state_adjust_rules() argument
3101 cast_phw_vega10_power_state(&request_ps->hardware); in vega10_apply_state_adjust_rules()
3120 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
3609 ps = hwmgr->request_ps; in vega10_dpm_get_sclk()
3631 ps = hwmgr->request_ps; in vega10_dpm_get_mclk()
4508 ps = hwmgr->request_ps; in vega10_set_sclk_od()
4560 ps = hwmgr->request_ps; in vega10_set_mclk_od()
Dsmu8_hwmgr.c1302 ps = hwmgr->request_ps; in smu8_dpm_get_sclk()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h751 struct pp_power_state *request_ps; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.c2893 kv_dpm_print_power_state(void *handle, void *request_ps) in kv_dpm_print_power_state() argument
2896 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_dpm_print_power_state()
3240 void *request_ps, in kv_check_state_equal() argument
3247 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in kv_check_state_equal()
Dci_dpm.c6141 void *request_ps, in ci_check_state_equal() argument
6148 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in ci_check_state_equal()
Dsi_dpm.c7938 void *request_ps, in si_check_state_equal() argument
7945 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in si_check_state_equal()