Home
last modified time | relevance | path

Searched refs:amdgpu_new_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2531 struct amdgpu_ps *amdgpu_new_state, in si_enable_power_containment() argument
2895 struct amdgpu_ps *amdgpu_new_state, in si_enable_smc_cac() argument
4805 struct amdgpu_ps *amdgpu_new_state) in si_program_memory_timing_parameters() argument
5659 struct amdgpu_ps *amdgpu_new_state) in si_set_power_state_conditionally_enable_ulv() argument
5753 struct amdgpu_ps *amdgpu_new_state) in si_upload_sw_state() argument
5756 struct si_ps *new_state = si_get_ps(amdgpu_new_state); in si_upload_sw_state()
6163 struct amdgpu_ps *amdgpu_new_state) in si_upload_mc_reg_table() argument
6165 struct si_ps *new_state = si_get_ps(amdgpu_new_state); in si_upload_mc_reg_table()
6216 struct amdgpu_ps *amdgpu_new_state, in si_request_link_speed_change_before_state_change() argument
6256 struct amdgpu_ps *amdgpu_new_state, in si_notify_link_speed_change_after_state_change() argument
[all …]
H A Dkv_dpm.c1550 struct amdgpu_ps *amdgpu_new_state, in kv_update_vce_dpm() argument
1558 if (amdgpu_new_state->evclk > 0 && amdgpu_current_state->evclk == 0) { in kv_update_vce_dpm()
1562 pi->vce_boot_level = kv_get_vce_boot_level(adev, amdgpu_new_state->evclk); in kv_update_vce_dpm()
1578 } else if (amdgpu_new_state->evclk == 0 && amdgpu_current_state->evclk > 0) { in kv_update_vce_dpm()