Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.h57 struct amdgpu_ps { struct
375 struct amdgpu_ps *ps;
379 struct amdgpu_ps *current_ps;
381 struct amdgpu_ps *requested_ps;
383 struct amdgpu_ps *boot_ps;
385 struct amdgpu_ps *uvd_ps;
487 struct amdgpu_ps *rps);
H A Damdgpu_kv_dpm.c60 struct amdgpu_ps *new_rps);
66 struct amdgpu_ps *new_rps,
67 struct amdgpu_ps *old_rps);
375 static struct kv_ps *kv_get_ps(struct amdgpu_ps *rps) in kv_get_ps()
1228 struct amdgpu_ps *rps) in kv_update_current_ps()
1240 struct amdgpu_ps *rps) in kv_update_requested_ps()
1549 struct amdgpu_ps *amdgpu_new_state, in kv_update_vce_dpm()
1550 struct amdgpu_ps *amdgpu_current_state) in kv_update_vce_dpm()
1778 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range()
1840 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings()
[all …]
H A Damdgpu_si_dpm.c1841 static struct si_ps *si_get_ps(struct amdgpu_ps *rps);
1978 static struct si_ps *si_get_ps(struct amdgpu_ps *aps) in si_get_ps()
2253 struct amdgpu_ps *amdgpu_state) in si_populate_smc_tdp_limits()
2318 struct amdgpu_ps *amdgpu_state) in si_populate_smc_tdp_limits_2()
2372 struct amdgpu_ps *amdgpu_state) in si_should_disable_uvd_powertune()
2391 struct amdgpu_ps *amdgpu_state, in si_populate_power_containment_values()
2484 struct amdgpu_ps *amdgpu_state, in si_populate_sq_ramping_values()
2541 struct amdgpu_ps *amdgpu_new_state, in si_enable_power_containment()
2905 struct amdgpu_ps *amdgpu_new_state, in si_enable_smc_cac()
3152 struct amdgpu_ps *rps) in ni_update_current_ps()
[all …]
H A Dkv_dpm.h208 struct amdgpu_ps current_rps;
210 struct amdgpu_ps requested_rps;
H A Dsi_dpm.h677 struct amdgpu_ps current_rps;
679 struct amdgpu_ps requested_rps;
H A Damdgpu_pm.c2974 static struct amdgpu_ps *amdgpu_dpm_pick_power_state(struct amdgpu_device *adev, in amdgpu_dpm_pick_power_state()
2978 struct amdgpu_ps *ps; in amdgpu_dpm_pick_power_state()
3110 struct amdgpu_ps *ps; in amdgpu_dpm_change_power_state_locked()
H A Damdgpu_dpm.c111 struct amdgpu_ps *rps) in amdgpu_dpm_print_ps_status()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp626 KEYWORD(amdgpu_ps); in LexIdentifier()