Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dci_dpm.h45 struct ci_ps { struct
289 struct ci_ps current_ps;
291 struct ci_ps requested_ps;
Dci_dpm.c200 static struct ci_ps *ci_get_ps(struct radeon_ps *rps) in ci_get_ps()
202 struct ci_ps *ps = rps->ps_priv; in ci_get_ps()
789 struct ci_ps *ps = ci_get_ps(rps); in ci_apply_state_adjust_rules()
2559 struct ci_ps *boot_state = ci_get_ps(radeon_boot_state); in ci_populate_smc_initial_state()
3722 struct ci_ps *state = ci_get_ps(radeon_state); in ci_trim_dpm_states()
3829 struct ci_ps *state = ci_get_ps(radeon_state); in ci_find_dpm_states_clocks_in_dpm_table()
3868 struct ci_ps *state = ci_get_ps(radeon_state); in ci_populate_and_upload_sclk_mclk_dpm_levels()
4767 struct ci_ps *state = ci_get_ps(radeon_state); in ci_get_maximum_link_speed()
5076 struct ci_ps *new_ps = ci_get_ps(rps); in ci_update_current_ps()
5087 struct ci_ps *new_ps = ci_get_ps(rps); in ci_update_requested_ps()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.h46 struct ci_ps { struct
289 struct ci_ps current_ps;
291 struct ci_ps requested_ps;
Dci_dpm.c318 static struct ci_ps *ci_get_ps(struct amdgpu_ps *rps) in ci_get_ps()
320 struct ci_ps *ps = rps->ps_priv; in ci_get_ps()
906 struct ci_ps *ps = ci_get_ps(rps); in ci_apply_state_adjust_rules()
2689 struct ci_ps *boot_state = ci_get_ps(amdgpu_boot_state); in ci_populate_smc_initial_state()
3858 struct ci_ps *state = ci_get_ps(amdgpu_state); in ci_trim_dpm_states()
3967 struct ci_ps *state = ci_get_ps(amdgpu_state); in ci_find_dpm_states_clocks_in_dpm_table()
4006 struct ci_ps *state = ci_get_ps(amdgpu_state); in ci_populate_and_upload_sclk_mclk_dpm_levels()
4936 struct ci_ps *state = ci_get_ps(amdgpu_state); in ci_get_maximum_link_speed()
5229 struct ci_ps *new_ps = ci_get_ps(rps); in ci_update_current_ps()
5240 struct ci_ps *new_ps = ci_get_ps(rps); in ci_update_requested_ps()
[all …]