HomeSort by: relevance | last modified time | path
    Searched defs:current_ps (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
cypress_dpm.h 94 struct rv7xx_ps current_ps; member in struct:evergreen_power_info
trinity_dpm.h 116 struct trinity_ps current_ps; member in struct:trinity_power_info
kv_dpm.h 183 struct kv_ps current_ps; member in struct:kv_power_info
sumo_dpm.h 135 struct sumo_ps current_ps; member in struct:sumo_power_info
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_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...]
radeon.h 1586 struct radeon_ps *current_ps; member in struct:radeon_dpm
  /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/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
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 786 struct pp_power_state *current_ps; member in struct:pp_hwmgr

Completed in 54 milliseconds