Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h181 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
H A Damdgpu_atombios.c1221 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type, in amdgpu_atombios_get_max_vddc() function
1268 return amdgpu_atombios_get_max_vddc(adev, VOLTAGE_TYPE_VDDC, leakage_idx, voltage); in amdgpu_atombios_get_leakage_vddc_based_on_leakage_idx()
/linux-6.15/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3399 if (amdgpu_atombios_get_max_vddc(adev, 0, 0, &vddc)) in rv770_get_max_vddc()