Home
last modified time | relevance | path

Searched refs:amdgpu_current_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.c1546 struct amdgpu_ps *amdgpu_current_state) in kv_update_vce_dpm() argument
1553 if (amdgpu_new_state->evclk > 0 && amdgpu_current_state->evclk == 0) { in kv_update_vce_dpm()
1573 } else if (amdgpu_new_state->evclk == 0 && amdgpu_current_state->evclk > 0) { in kv_update_vce_dpm()
Dci_dpm.c4267 struct amdgpu_ps *amdgpu_current_state) in ci_update_vce_dpm() argument
4273 if (amdgpu_current_state->evclk != amdgpu_new_state->evclk) { in ci_update_vce_dpm()
4999 struct amdgpu_ps *amdgpu_current_state) in ci_request_link_speed_change_before_state_change() argument
5007 current_link_speed = ci_get_maximum_link_speed(adev, amdgpu_current_state); in ci_request_link_speed_change_before_state_change()
5038 struct amdgpu_ps *amdgpu_current_state) in ci_notify_link_speed_change_after_state_change() argument
Dsi_dpm.c6197 struct amdgpu_ps *amdgpu_current_state) in si_request_link_speed_change_before_state_change() argument
6204 current_link_speed = si_get_maximum_link_speed(adev, amdgpu_current_state); in si_request_link_speed_change_before_state_change()
6235 struct amdgpu_ps *amdgpu_current_state) in si_notify_link_speed_change_after_state_change() argument
6371 struct amdgpu_ps *amdgpu_current_state) in si_set_pcie_lane_width_in_smc() argument
6377 …((amdgpu_current_state->caps & ATOM_PPLIB_PCIE_LINK_WIDTH_MASK) >> ATOM_PPLIB_PCIE_LINK_WIDTH_SHIF… in si_set_pcie_lane_width_in_smc()