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

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c57 hwmgr->request_ps = kzalloc(size, GFP_KERNEL);
58 if (hwmgr->request_ps == NULL) {
66 kfree(hwmgr->request_ps);
68 hwmgr->request_ps = NULL;
79 kfree(hwmgr->request_ps);
82 hwmgr->request_ps = NULL;
90 memcpy(hwmgr->request_ps, state, size);
112 kfree(hwmgr->request_ps);
114 hwmgr->request_ps = NULL;
174 memcpy(hwmgr->request_ps, stat
[all...]
H A Dvega10_hwmgr.c3258 struct pp_power_state *request_ps,
3263 cast_phw_vega10_power_state(&request_ps->hardware);
3282 request_ps->classification.ui_label);
3863 ps = hwmgr->request_ps;
3885 ps = hwmgr->request_ps;
5125 ps = hwmgr->request_ps;
5176 ps = hwmgr->request_ps;
5409 struct pp_power_state *ps = hwmgr->request_ps;
3257 vega10_apply_state_adjust_rules(struct pp_hwmgr *hwmgr, struct pp_power_state *request_ps, const struct pp_power_state *current_ps) argument
H A Dsmu7_hwmgr.c3315 struct pp_power_state *request_ps,
3320 cast_phw_smu7_power_state(&request_ps->hardware);
3338 request_ps->classification.ui_label);
3494 ps = hwmgr->request_ps;
3516 ps = hwmgr->request_ps;
5108 ps = hwmgr->request_ps;
5150 ps = hwmgr->request_ps;
3314 smu7_apply_state_adjust_rules(struct pp_hwmgr *hwmgr, struct pp_power_state *request_ps, const struct pp_power_state *current_ps) argument
H A Dsmu8_hwmgr.c1347 ps = hwmgr->request_ps;
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h791 struct pp_power_state *request_ps; member in struct:pp_hwmgr
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_kv_dpm.c2882 kv_dpm_print_power_state(void *handle, void *request_ps) argument
2885 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps;
3215 void *request_ps,
3222 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps;
3213 kv_check_state_equal(void *handle, void *current_ps, void *request_ps, bool *equal) argument
H A Damdgpu_si_dpm.c7964 void *request_ps,
7971 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps;
7962 si_check_state_equal(void *handle, void *current_ps, void *request_ps, bool *equal) argument

Completed in 293 milliseconds