Searched defs:pp_smumgr_func (Results 1 – 1 of 1) sorted by relevance
199 struct pp_smumgr_func { struct200 char *name;201 int (*smu_init)(struct pp_hwmgr *hwmgr);202 int (*smu_fini)(struct pp_hwmgr *hwmgr);203 int (*start_smu)(struct pp_hwmgr *hwmgr);209 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr);220 int (*thermal_avfs_enable)(struct pp_hwmgr *hwmgr);221 int (*init_smc_table)(struct pp_hwmgr *hwmgr);226 uint32_t (*get_mac_definition)(uint32_t value);227 bool (*is_dpm_running)(struct pp_hwmgr *hwmgr);[all …]
Completed in 12 milliseconds