Home
last modified time | relevance | path

Searched refs:kv_ps (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dkv_dpm.h81 struct kv_ps { struct
181 struct kv_ps current_ps;
183 struct kv_ps requested_ps;
Dkv_dpm.c242 static struct kv_ps *kv_get_ps(struct radeon_ps *rps) in kv_get_ps()
244 struct kv_ps *ps = rps->ps_priv; in kv_get_ps()
1141 struct kv_ps *new_ps = kv_get_ps(rps); in kv_update_current_ps()
1152 struct kv_ps *new_ps = kv_get_ps(rps); in kv_update_requested_ps()
1708 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1770 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2141 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2432 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()
2574 struct kv_ps *ps) in kv_patch_boot_state()
2587 struct kv_ps *ps = kv_get_ps(rps); in kv_parse_pplib_non_clock_info()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.h107 struct kv_ps { struct
207 struct kv_ps current_ps;
209 struct kv_ps requested_ps;
Dkv_dpm.c375 static struct kv_ps *kv_get_ps(struct amdgpu_ps *rps) in kv_get_ps()
377 struct kv_ps *ps = rps->ps_priv; in kv_get_ps()
1230 struct kv_ps *new_ps = kv_get_ps(rps); in kv_update_current_ps()
1241 struct kv_ps *new_ps = kv_get_ps(rps); in kv_update_requested_ps()
1804 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1866 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2235 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2526 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()
2671 struct kv_ps *ps) in kv_patch_boot_state()
2684 struct kv_ps *ps = kv_get_ps(rps); in kv_parse_pplib_non_clock_info()
[all …]