Home
last modified time | relevance | path

Searched defs:pp_smumgr_func (Results 1 – 1 of 1) sorted by path

/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h188 struct pp_smumgr_func { struct
189 int (*smu_init)(struct pp_hwmgr *hwmgr);
190 int (*smu_fini)(struct pp_hwmgr *hwmgr);
191 int (*start_smu)(struct pp_hwmgr *hwmgr);
192 int (*check_fw_load_finish)(struct pp_hwmgr *hwmgr,
197 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr);
208 int (*thermal_avfs_enable)(struct pp_hwmgr *hwmgr);
209 int (*init_smc_table)(struct pp_hwmgr *hwmgr);
214 uint32_t (*get_mac_definition)(uint32_t value);
215 bool (*is_dpm_running)(struct pp_hwmgr *hwmgr);
[all …]