OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:request_ps
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_psm.c
62
hwmgr->
request_ps
= kzalloc(size, GFP_KERNEL);
63
if (hwmgr->
request_ps
== NULL) {
71
kfree(hwmgr->
request_ps
);
73
hwmgr->
request_ps
= NULL;
86
memcpy(hwmgr->
request_ps
, state, size);
108
kfree(hwmgr->
request_ps
);
110
hwmgr->
request_ps
= NULL;
170
memcpy(hwmgr->
request_ps
, state, hwmgr->ps_size);
249
requested = hwmgr->
request_ps
;
260
memcpy(hwmgr->current_ps, hwmgr->
request_ps
, hwmgr->ps_size)
[
all
...]
amdgpu_vega10_hwmgr.c
3170
struct pp_power_state *
request_ps
,
3175
cast_phw_vega10_power_state(&
request_ps
->hardware);
3194
request_ps
->classification.ui_label);
3767
ps = hwmgr->
request_ps
;
3789
ps = hwmgr->
request_ps
;
4846
ps = hwmgr->
request_ps
;
4897
ps = hwmgr->
request_ps
;
5104
struct pp_power_state *ps = hwmgr->
request_ps
;
amdgpu_smu7_hwmgr.c
2891
struct pp_power_state *
request_ps
,
2896
cast_phw_smu7_power_state(&
request_ps
->hardware);
2911
request_ps
->classification.ui_label);
3029
ps = hwmgr->
request_ps
;
3051
ps = hwmgr->
request_ps
;
4602
ps = hwmgr->
request_ps
;
4644
ps = hwmgr->
request_ps
;
amdgpu_smu8_hwmgr.c
1313
ps = hwmgr->
request_ps
;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c
2900
kv_dpm_print_power_state(void *handle, void *
request_ps
)
2903
struct amdgpu_ps *rps = (struct amdgpu_ps *)
request_ps
;
3247
void *
request_ps
,
3254
struct amdgpu_ps *rps = (struct amdgpu_ps *)
request_ps
;
amdgpu_si_dpm.c
7948
void *
request_ps
,
7955
struct amdgpu_ps *rps = (struct amdgpu_ps *)
request_ps
;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h
787
struct pp_power_state *
request_ps
;
member in struct:pp_hwmgr
Completed in 31 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025