Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsi_dpm.c2536 struct amdgpu_ps *amdgpu_new_state, in si_enable_power_containment() argument
2545 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) { in si_enable_power_containment()
2900 struct amdgpu_ps *amdgpu_new_state, in si_enable_smc_cac() argument
2910 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) { in si_enable_smc_cac()
4811 struct amdgpu_ps *amdgpu_new_state) in si_program_memory_timing_parameters() argument
4813 return si_do_program_memory_timing_parameters(adev, amdgpu_new_state, in si_program_memory_timing_parameters()
5638 struct amdgpu_ps *amdgpu_new_state) in si_set_power_state_conditionally_enable_ulv() argument
5644 if (si_is_state_ulv_compatible(adev, amdgpu_new_state)) in si_set_power_state_conditionally_enable_ulv()
5732 struct amdgpu_ps *amdgpu_new_state) in si_upload_sw_state() argument
5735 struct si_ps *new_state = si_get_ps(amdgpu_new_state); in si_upload_sw_state()
[all …]
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()
1556 pi->vce_boot_level = kv_get_vce_boot_level(adev, amdgpu_new_state->evclk); in kv_update_vce_dpm()
1572 } else if (amdgpu_new_state->evclk == 0 && amdgpu_current_state->evclk > 0) { in kv_update_vce_dpm()