Searched refs:voltage_type (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios.h187 u8 voltage_type, u8 voltage_mode);
190 u8 voltage_type, u8 voltage_mode,
205 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type,
218 u8 voltage_type,
H A Damdgpu_atombios.c1196 int amdgpu_atombios_get_max_vddc(struct amdgpu_device *adev, u8 voltage_type, argument
1219 args.v3.ucVoltageType = voltage_type;
1407 u8 voltage_type, u8 voltage_mode)
1415 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) &&
1424 u8 voltage_type,
1444 voltage_type,
1469 u8 voltage_type, u8 voltage_mode)
1486 voltage_type, voltage_mode))
1504 u8 voltage_type, u8 voltage_mode,
1525 voltage_type, voltage_mod
1406 amdgpu_atombios_lookup_voltage_object_v3(ATOM_VOLTAGE_OBJECT_INFO_V3_1 *v3, u8 voltage_type, u8 voltage_mode) argument
1423 amdgpu_atombios_get_svi2_info(struct amdgpu_device *adev, u8 voltage_type, u8 *svd_gpio_id, u8 *svc_gpio_id) argument
1468 amdgpu_atombios_is_voltage_gpio(struct amdgpu_device *adev, u8 voltage_type, u8 voltage_mode) argument
1503 amdgpu_atombios_get_voltage_table(struct amdgpu_device *adev, u8 voltage_type, u8 voltage_mode, struct atom_voltage_table *voltage_table) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.h293 extern int atomctrl_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint32_t sclk, uint16_t virtual_voltage_Id, uint16_t *voltage);
304 extern bool atomctrl_is_voltage_controlled_by_gpio_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode);
305 extern int atomctrl_get_voltage_table_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode, pp_atomctrl_voltage_table *voltage_table);
315 extern int atomctrl_calculate_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
320 extern int atomctrl_get_voltage_evv_on_sclk_ai(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
326 extern int atomctrl_get_svi2_info(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
H A Dppatomfwctrl.h227 int pp_atomfwctrl_get_voltage_table_v4(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
230 uint8_t voltage_type, uint8_t voltage_mode);
H A Damdgpu_ppatomctrl.c225 uint8_t voltage_type, uint8_t voltage_mode)
235 if (voltage_type == voltage_object->asGpioVoltageObj.sHeader.ucVoltageType &&
508 * voltage_type is one of SET_VOLTAGE_TYPE_ASIC_VDDC,
514 uint8_t voltage_type,
525 (voltage_info, voltage_type, voltage_mode)) ? true : false;
532 uint8_t voltage_type,
545 (voltage_info, voltage_type, voltage_mode);
647 uint8_t voltage_type,
1082 * @param voltage_type input: type of EVV voltage VDDC or VDDGFX
1091 uint8_t voltage_type,
223 atomctrl_lookup_voltage_type_v3( const ATOM_VOLTAGE_OBJECT_INFO_V3_1 * voltage_object_info_table, uint8_t voltage_type, uint8_t voltage_mode) argument
512 atomctrl_is_voltage_controlled_by_gpio_v3( struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode) argument
530 atomctrl_get_voltage_table_v3( struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode, pp_atomctrl_voltage_table *voltage_table) argument
645 atomctrl_calculate_voltage_evv_on_sclk( struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint32_t sclk, uint16_t virtual_voltage_Id, uint16_t *voltage, uint16_t dpm_level, bool debug) argument
1089 atomctrl_get_voltage_evv_on_sclk( struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint32_t sclk, uint16_t virtual_voltage_Id, uint16_t *voltage) argument
1343 atomctrl_get_voltage_evv_on_sclk_ai(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint32_t sclk, uint16_t virtual_voltage_Id, uint32_t *voltage) argument
1436 atomctrl_get_svi2_info(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t *svd_gpio_id, uint8_t *svc_gpio_id, uint16_t *load_line) argument
[all...]
H A Damdgpu_ppatomfwctrl.c36 uint8_t voltage_type, uint8_t voltage_mode)
48 if (voltage_type == voltage_object->gpio_voltage_obj.header.voltage_type &&
78 * voltage_type is one of SET_VOLTAGE_TYPE_ASIC_VDDC, SET_VOLTAGE_TYPE_ASIC_MVDDC, SET_VOLTAGE_TYPE_ASIC_MVDDQ.
82 uint8_t voltage_type, uint8_t voltage_mode)
95 voltage_type, voltage_mode)) ? true : false;
101 uint8_t voltage_type, uint8_t voltage_mode,
116 voltage_type, voltage_mode);
34 pp_atomfwctrl_lookup_voltage_type_v4( const struct atom_voltage_objects_info_v4_1 *voltage_object_info_table, uint8_t voltage_type, uint8_t voltage_mode) argument
81 pp_atomfwctrl_is_voltage_controlled_by_gpio_v4(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode) argument
100 pp_atomfwctrl_get_voltage_table_v4(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode, struct pp_atomfwctrl_voltage_table *voltage_table) argument
H A Dsmu_helper.h96 extern int phm_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type,
H A Damdgpu_smu_helper.c573 int phm_get_voltage_evv_on_sclk(struct pp_hwmgr *hwmgr, uint8_t voltage_type, argument
582 ret = atomctrl_get_voltage_evv_on_sclk(hwmgr, voltage_type, sclk, id, voltage);
586 ret = atomctrl_get_voltage_evv_on_sclk_ai(hwmgr, voltage_type, sclk, id, &vol);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c3102 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type) argument
3117 args.v1.ucVoltageType = voltage_type;
3122 args.v2.ucVoltageType = voltage_type;
3127 args.v3.ucVoltageType = voltage_type;
3139 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type, argument
3162 args.v3.ucVoltageType = voltage_type;
3337 u16 voltage_level, u8 voltage_type,
3351 args.v2.ucVoltageType = voltage_type;
3359 args.v2.ucVoltageType = voltage_type;
3388 u8 voltage_type)
3336 radeon_atom_get_voltage_gpio_settings(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type, u32 *gpio_value, u32 *gpio_mask) argument
3387 atom_lookup_voltage_object_v1(ATOM_VOLTAGE_OBJECT_INFO *v1, u8 voltage_type) argument
3404 atom_lookup_voltage_object_v2(ATOM_VOLTAGE_OBJECT_INFO_V2 *v2, u8 voltage_type) argument
3421 atom_lookup_voltage_object_v3(ATOM_VOLTAGE_OBJECT_INFO_V3_1 *v3, u8 voltage_type, u8 voltage_mode) argument
3439 radeon_atom_is_voltage_gpio(struct radeon_device *rdev, u8 voltage_type, u8 voltage_mode) argument
3497 radeon_atom_get_svi2_info(struct radeon_device *rdev, u8 voltage_type, u8 *svd_gpio_id, u8 *svc_gpio_id) argument
3541 radeon_atom_get_max_voltage(struct radeon_device *rdev, u8 voltage_type, u16 *max_voltage) argument
3600 radeon_atom_get_min_voltage(struct radeon_device *rdev, u8 voltage_type, u16 *min_voltage) argument
3650 radeon_atom_get_voltage_step(struct radeon_device *rdev, u8 voltage_type, u16 *voltage_step) argument
3691 radeon_atom_round_to_true_voltage(struct radeon_device *rdev, u8 voltage_type, u16 nominal_voltage, u16 *true_voltage) argument
3717 radeon_atom_get_voltage_table(struct radeon_device *rdev, u8 voltage_type, u8 voltage_mode, struct atom_voltage_table *voltage_table) argument
[all...]
H A Dradeon.h315 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type);
317 u16 voltage_level, u8 voltage_type,
322 u8 voltage_type, u16 *voltage_step);
323 int radeon_atom_get_max_vddc(struct radeon_device *rdev, u8 voltage_type,
338 u8 voltage_type,
342 u8 voltage_type, u16 *min_voltage);
344 u8 voltage_type, u16 *max_voltage);
346 u8 voltage_type, u8 voltage_mode,
349 u8 voltage_type, u8 voltage_mode);
351 u8 voltage_type,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h2226 uint8_t voltage_type; //enum atom_voltage_type member in struct:atom_voltage_object_header_v4

Completed in 234 milliseconds