Home
last modified time | relevance | path

Searched refs:voltage_type (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.h291 extern int atomctrl_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint32_t …
302 extern bool atomctrl_is_voltage_controlled_by_gpio_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type,…
303 extern int atomctrl_get_voltage_table_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t volt…
313 extern int atomctrl_calculate_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
318 extern int atomctrl_get_voltage_evv_on_sclk_ai(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
324 extern int atomctrl_get_svi2_info(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
H A Dppatomfwctrl.c31 uint8_t voltage_type, uint8_t voltage_mode) in pp_atomfwctrl_lookup_voltage_type_v4() argument
43 if (voltage_type == voltage_object->gpio_voltage_obj.header.voltage_type && in pp_atomfwctrl_lookup_voltage_type_v4()
77 uint8_t voltage_type, uint8_t voltage_mode) in pp_atomfwctrl_is_voltage_controlled_by_gpio_v4() argument
90 voltage_type, voltage_mode)) ? true : false; in pp_atomfwctrl_is_voltage_controlled_by_gpio_v4()
96 uint8_t voltage_type, uint8_t voltage_mode, in pp_atomfwctrl_get_voltage_table_v4() argument
111 voltage_type, voltage_mode); in pp_atomfwctrl_get_voltage_table_v4()
H A Dppatomctrl.c221 uint8_t voltage_type, uint8_t voltage_mode) in atomctrl_lookup_voltage_type_v3() argument
510 uint8_t voltage_type, in atomctrl_is_voltage_controlled_by_gpio_v3() argument
521 (voltage_info, voltage_type, voltage_mode)) ? true : false; in atomctrl_is_voltage_controlled_by_gpio_v3()
528 uint8_t voltage_type, in atomctrl_get_voltage_table_v3() argument
541 (voltage_info, voltage_type, voltage_mode); in atomctrl_get_voltage_table_v3()
643 uint8_t voltage_type, in atomctrl_calculate_voltage_evv_on_sclk() argument
1087 uint8_t voltage_type, in atomctrl_get_voltage_evv_on_sclk() argument
1096 voltage_type; in atomctrl_get_voltage_evv_on_sclk()
1346 get_voltage_info_param_space.ucVoltageType = voltage_type; in atomctrl_get_voltage_evv_on_sclk_ai()
1432 int atomctrl_get_svi2_info(struct pp_hwmgr *hwmgr, uint8_t voltage_type, in atomctrl_get_svi2_info() argument
[all …]
H A Dppatomfwctrl.h224 int pp_atomfwctrl_get_voltage_table_v4(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
227 uint8_t voltage_type, uint8_t voltage_mode);
H A Dsmu_helper.c521 int phm_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type, in phm_get_voltage_evv_on_sclk() argument
530 ret = atomctrl_get_voltage_evv_on_sclk(hwmgr, voltage_type, sclk, id, voltage); in phm_get_voltage_evv_on_sclk()
534 ret = atomctrl_get_voltage_evv_on_sclk_ai(hwmgr, voltage_type, sclk, id, &vol); in phm_get_voltage_evv_on_sclk()
H A Dsmu_helper.h82 extern int phm_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.h185 u8 voltage_type, u8 voltage_mode);
188 u8 voltage_type, u8 voltage_mode,
203 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
211 u8 voltage_type,
H A Damdgpu_atombios.c1188 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type, in amdgpu_atombios_get_max_vddc() argument
1211 args.v3.ucVoltageType = voltage_type; in amdgpu_atombios_get_max_vddc()
1399 u8 voltage_type, u8 voltage_mode) in amdgpu_atombios_lookup_voltage_object_v3() argument
1407 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in amdgpu_atombios_lookup_voltage_object_v3()
1416 u8 voltage_type, in amdgpu_atombios_get_svi2_info() argument
1436 voltage_type, in amdgpu_atombios_get_svi2_info()
1461 u8 voltage_type, u8 voltage_mode) in amdgpu_atombios_is_voltage_gpio() argument
1478 voltage_type, voltage_mode)) in amdgpu_atombios_is_voltage_gpio()
1496 u8 voltage_type, u8 voltage_mode, in amdgpu_atombios_get_voltage_table() argument
1517 voltage_type, voltage_mode); in amdgpu_atombios_get_voltage_table()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_atombios.c3101 args.v1.ucVoltageType = voltage_type; in radeon_atom_set_voltage()
3106 args.v2.ucVoltageType = voltage_type; in radeon_atom_set_voltage()
3372 u8 voltage_type) in atom_lookup_voltage_object_v1() argument
3389 u8 voltage_type) in atom_lookup_voltage_object_v2() argument
3464 voltage_type, voltage_mode)) in radeon_atom_is_voltage_gpio()
3482 u8 voltage_type, in radeon_atom_get_svi2_info() argument
3502 voltage_type, in radeon_atom_get_svi2_info()
3526 u8 voltage_type, u16 *max_voltage) in radeon_atom_get_max_voltage() argument
3585 u8 voltage_type, u16 *min_voltage) in radeon_atom_get_min_voltage() argument
3676 u8 voltage_type, in radeon_atom_round_to_true_voltage() argument
[all …]
H A Dradeon.h306 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type);
308 u16 voltage_level, u8 voltage_type,
313 u8 voltage_type, u16 *voltage_step);
314 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type,
329 u8 voltage_type,
333 u8 voltage_type, u16 *min_voltage);
335 u8 voltage_type, u16 *max_voltage);
337 u8 voltage_type, u8 voltage_mode,
340 u8 voltage_type, u8 voltage_mode);
342 u8 voltage_type,
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h1702 uint8_t voltage_type; //enum atom_voltage_type member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c513 if (object->header.voltage_type == index) { in get_voltage_ddc_info_v4()