Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.c1544 struct amdgpu_ps *amdgpu_new_state, in kv_update_vce_dpm() argument
1552 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()
1579 } else if (amdgpu_new_state->evclk == 0 && amdgpu_current_state->evclk > 0) { in kv_update_vce_dpm()
Dci_dpm.c4220 struct amdgpu_ps *amdgpu_new_state, in ci_update_vce_dpm() argument
4227 if (amdgpu_current_state->evclk != amdgpu_new_state->evclk) { in ci_update_vce_dpm()
4228 if (amdgpu_new_state->evclk) { in ci_update_vce_dpm()
4985 struct amdgpu_ps *amdgpu_new_state, in ci_request_link_speed_change_before_state_change() argument
4990 ci_get_maximum_link_speed(adev, amdgpu_new_state); in ci_request_link_speed_change_before_state_change()
5024 struct amdgpu_ps *amdgpu_new_state, in ci_notify_link_speed_change_after_state_change() argument
5029 ci_get_maximum_link_speed(adev, amdgpu_new_state); in ci_notify_link_speed_change_after_state_change()