Searched refs:amdgpu_atombios_get_max_vddc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.h | 203 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
|
H A D | amdgpu_atombios.c | 1189 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.h | 180 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
|
H A D | amdgpu_atombios.c | 1190 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type, in amdgpu_atombios_get_max_vddc() function 1233 return amdgpu_atombios_get_max_vddc(adev, VOLTAGE_TYPE_VDDC, leakage_idx, voltage); in amdgpu_atombios_get_leakage_vddc_based_on_leakage_idx()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | si_dpm.c | 3384 if (amdgpu_atombios_get_max_vddc(adev, 0, 0, &vddc)) in rv770_get_max_vddc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 3399 if (amdgpu_atombios_get_max_vddc(adev, 0, 0, &vddc)) in rv770_get_max_vddc()
|
Completed in 26 milliseconds