/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_pp_psm.c | 69 hwmgr->current_ps = kzalloc(size, GFP_KERNEL); 70 if (hwmgr->current_ps == NULL) { 85 memcpy(hwmgr->current_ps, state, size); 107 kfree(hwmgr->current_ps); 112 hwmgr->current_ps = NULL; 251 pcurrent = hwmgr->current_ps; 260 memcpy(hwmgr->current_ps, hwmgr->request_ps, hwmgr->ps_size);
|
amdgpu_hardwaremanager.c | 135 const struct pp_power_state *current_ps) 143 current_ps);
|
/src/sys/uvm/ |
uvm_physseg.c | 237 struct uvm_physseg *ps, *current_ps = NULL; local in function:uvm_physseg_plug 285 RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.rb_tree)) { 287 if (current_ps->pgs != NULL) { 290 pgs = uvm_physseg_seg_alloc_from_slab(current_ps, pages); 327 ps->ext = current_ps->ext; 341 current_ps = rb_tree_insert_node(&(uvm_physseg_graph.rb_tree), ps); 342 if (current_ps != ps) { 1310 struct uvm_physseg *current_ps; local in function:uvm_physseg_unplug 1316 RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.rb_tree)) { 1317 if (seg->ext == current_ps->ext 1354 struct uvm_physseg *ps, *current_ps; local in function:uvm_physseg_unplug [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
trinity_dpm.h | 116 struct trinity_ps current_ps; member in struct:trinity_power_info
|
cypress_dpm.h | 94 struct rv7xx_ps current_ps; member in struct:evergreen_power_info
|
kv_dpm.h | 183 struct kv_ps current_ps; member in struct:kv_power_info
|
radeon_sumo_dpm.c | 843 struct sumo_ps *current_ps = sumo_get_ps(old_rps); local in function:sumo_set_uvd_clock_before_set_eng_clock 850 current_ps->levels[current_ps->num_levels - 1].sclk) 861 struct sumo_ps *current_ps = sumo_get_ps(old_rps); local in function:sumo_set_uvd_clock_after_set_eng_clock 868 current_ps->levels[current_ps->num_levels - 1].sclk) 1049 struct sumo_ps *current_ps) 1057 if (current_ps) { 1058 current_vddc = current_ps->levels[current_index].vddc_index; 1059 current_sclk = current_ps->levels[current_index].sclk 1096 struct sumo_ps *current_ps = sumo_get_ps(old_rps); local in function:sumo_apply_state_adjust_rules [all...] |
radeon_trinity_dpm.c | 972 struct trinity_ps *current_ps = trinity_get_ps(new_rps); local in function:trinity_set_uvd_clock_before_set_eng_clock 975 current_ps->levels[current_ps->num_levels - 1].sclk) 986 struct trinity_ps *current_ps = trinity_get_ps(old_rps); local in function:trinity_set_uvd_clock_after_set_eng_clock 989 current_ps->levels[current_ps->num_levels - 1].sclk) 1079 pi->current_ps = *new_ps; 1080 pi->current_rps.ps_priv = &pi->current_ps; 1358 pi->current_ps.num_levels = 1; 1359 pi->current_ps.levels[0] = pi->boot_pl 1544 struct trinity_ps *current_ps = trinity_get_ps(old_rps); local in function:trinity_apply_state_adjust_rules [all...] |
sumo_dpm.h | 135 struct sumo_ps current_ps; member in struct:sumo_power_info
|
radeon_rs780_dpm.c | 386 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); 413 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); 659 struct radeon_ps *old_ps = rdev->pm.dpm.current_ps; 991 struct radeon_ps *rps = rdev->pm.dpm.current_ps; 1039 struct radeon_ps *rps = rdev->pm.dpm.current_ps;
|
ci_dpm.h | 292 struct ci_ps current_ps; member in struct:ci_power_info
|
ni_dpm.h | 207 struct ni_ps current_ps; member in struct:ni_power_info
|
radeon_pm.c | 1054 if (rdev->pm.dpm.current_ps == rdev->pm.dpm.requested_ps) { 1100 radeon_dpm_print_power_state(rdev, rdev->pm.dpm.current_ps); 1131 rdev->pm.dpm.current_ps = rdev->pm.dpm.requested_ps; 1234 rdev->pm.dpm.current_ps = rdev->pm.dpm.requested_ps = rdev->pm.dpm.boot_ps; 1290 rdev->pm.dpm.current_ps = rdev->pm.dpm.requested_ps = rdev->pm.dpm.boot_ps; 1421 rdev->pm.dpm.current_ps = rdev->pm.dpm.requested_ps = rdev->pm.dpm.boot_ps;
|
radeon_rv6xx_dpm.c | 1665 struct radeon_ps *old_ps = rdev->pm.dpm.current_ps; 2037 struct radeon_ps *rps = rdev->pm.dpm.current_ps; 2063 struct radeon_ps *rps = rdev->pm.dpm.current_ps; 2086 struct radeon_ps *rps = rdev->pm.dpm.current_ps;
|
radeon_rv770_dpm.c | 2045 struct radeon_ps *old_ps = rdev->pm.dpm.current_ps; 2474 struct radeon_ps *rps = rdev->pm.dpm.current_ps; 2504 struct radeon_ps *rps = rdev->pm.dpm.current_ps; 2526 struct radeon_ps *rps = rdev->pm.dpm.current_ps;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
kv_dpm.h | 209 struct kv_ps current_ps; member in struct:kv_power_info
|
amdgpu_dpm.h | 379 struct amdgpu_ps *current_ps; member in struct:amdgpu_dpm
|
si_dpm.h | 678 struct rv7xx_ps current_ps; member in struct:evergreen_power_info 847 struct si_ps current_ps; member in struct:ni_power_info
|
amdgpu_kv_dpm.c | 1234 pi->current_ps = *new_ps; 1235 pi->current_rps.ps_priv = &pi->current_ps; 1236 adev->pm.dpm.current_ps = &pi->current_rps; 3033 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; 3103 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; 3246 void *current_ps, 3253 struct amdgpu_ps *cps = (struct amdgpu_ps *)current_ps;
|
amdgpu_pm.c | 1467 adev->pm.dpm.current_ps = adev->pm.dpm.boot_ps; 1536 adev->pm.dpm.current_ps = adev->pm.dpm.boot_ps; 3135 amdgpu_dpm_print_power_state(adev, adev->pm.dpm.current_ps); 3150 if (0 != amdgpu_dpm_check_state_equal(adev, adev->pm.dpm.current_ps, adev->pm.dpm.requested_ps, &equal))
|
amdgpu_si_dpm.c | 3159 ni_pi->current_ps = *new_ps; 3160 eg_pi->current_rps.ps_priv = &ni_pi->current_ps; 3161 adev->pm.dpm.current_ps = &eg_pi->current_rps; 3869 struct amdgpu_ps *rps = adev->pm.dpm.current_ps; 7730 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; 7801 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; 7902 void *current_ps) 7905 struct amdgpu_ps *rps = (struct amdgpu_ps *)current_ps; 7947 void *current_ps, 7954 struct amdgpu_ps *cps = (struct amdgpu_ps *)current_ps; [all...] |
amdgpu_dpm.c | 114 if (rps == adev->pm.dpm.current_ps)
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
amdgpu_amd_powerplay.c | 477 if (!hwmgr || !hwmgr->pm_en || !hwmgr->current_ps) 482 state = hwmgr->current_ps; 1098 ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware, 1101 ret = phm_get_clock_info(hwmgr, &hwmgr->current_ps->hardware, 1125 if (0 == phm_get_current_shallow_sleep_clocks(hwmgr, &hwmgr->current_ps->hardware, &hw_clocks)) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
hardwaremanager.h | 414 const struct pp_power_state *current_ps);
|
hwmgr.h | 786 struct pp_power_state *current_ps; member in struct:pp_hwmgr
|