Searched refs:amdgpu_new_state (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | si_dpm.c | 2534 struct amdgpu_ps *amdgpu_new_state, in si_enable_power_containment() argument 2543 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) { in si_enable_power_containment() 2898 struct amdgpu_ps *amdgpu_new_state, in si_enable_smc_cac() argument 2908 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) { in si_enable_smc_cac() 4810 struct amdgpu_ps *amdgpu_new_state) in si_program_memory_timing_parameters() argument 4812 return si_do_program_memory_timing_parameters(adev, amdgpu_new_state, in si_program_memory_timing_parameters() 5637 struct amdgpu_ps *amdgpu_new_state) in si_set_power_state_conditionally_enable_ulv() argument 5643 if (si_is_state_ulv_compatible(adev, amdgpu_new_state)) in si_set_power_state_conditionally_enable_ulv() 5731 struct amdgpu_ps *amdgpu_new_state) in si_upload_sw_state() argument 5734 struct si_ps *new_state = si_get_ps(amdgpu_new_state); in si_upload_sw_state() [all …]
|
D | kv_dpm.c | 1545 struct amdgpu_ps *amdgpu_new_state, in kv_update_vce_dpm() argument 1553 if (amdgpu_new_state->evclk > 0 && amdgpu_current_state->evclk == 0) { in kv_update_vce_dpm() 1557 pi->vce_boot_level = kv_get_vce_boot_level(adev, amdgpu_new_state->evclk); in kv_update_vce_dpm() 1573 } else if (amdgpu_new_state->evclk == 0 && amdgpu_current_state->evclk > 0) { in kv_update_vce_dpm()
|
D | ci_dpm.c | 4266 struct amdgpu_ps *amdgpu_new_state, in ci_update_vce_dpm() argument 4273 if (amdgpu_current_state->evclk != amdgpu_new_state->evclk) { in ci_update_vce_dpm() 4274 if (amdgpu_new_state->evclk) { in ci_update_vce_dpm() 4998 struct amdgpu_ps *amdgpu_new_state, in ci_request_link_speed_change_before_state_change() argument 5003 ci_get_maximum_link_speed(adev, amdgpu_new_state); in ci_request_link_speed_change_before_state_change() 5037 struct amdgpu_ps *amdgpu_new_state, in ci_notify_link_speed_change_after_state_change() argument 5042 ci_get_maximum_link_speed(adev, amdgpu_new_state); in ci_notify_link_speed_change_after_state_change()
|