Searched refs:radeon_atom_get_max_vddc (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | radeon.h | 305 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type, 347 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type,
|
D | radeon_atombios.c | 2545 if (radeon_atom_get_max_vddc(rdev, VOLTAGE_TYPE_VDDC, in radeon_atombios_parse_pplib_clock_info() 3131 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type, in radeon_atom_get_max_vddc() function 3174 return radeon_atom_get_max_vddc(rdev, VOLTAGE_TYPE_VDDC, leakage_idx, voltage); in radeon_atom_get_leakage_vddc_based_on_leakage_idx()
|
D | rv6xx_dpm.c | 1851 if (radeon_atom_get_max_vddc(rdev, 0, 0, &vddc) == 0) in rv6xx_parse_pplib_clock_info()
|
D | rv770_dpm.c | 1695 if (radeon_atom_get_max_vddc(rdev, 0, 0, &vddc)) in rv770_get_max_vddc()
|