Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h203 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
Damdgpu_atombios.c1189 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type, in amdgpu_atombios_get_max_vddc() function
1232 return amdgpu_atombios_get_max_vddc(adev, VOLTAGE_TYPE_VDDC, leakage_idx, voltage); in amdgpu_atombios_get_leakage_vddc_based_on_leakage_idx()
/drivers/gpu/drm/amd/pm/powerplay/
Dsi_dpm.c3384 if (amdgpu_atombios_get_max_vddc(adev, 0, 0, &vddc)) in rv770_get_max_vddc()