Searched defs:pp_hwmgr (Results 1 – 2 of 2) sorted by relevance
611 struct pp_hwmgr { struct612 uint32_t chip_family;613 uint32_t chip_id;615 uint32_t pp_table_version;616 void *device;617 struct pp_smumgr *smumgr;618 const void *soft_pp_table;619 uint32_t soft_pp_table_size;620 void *hardcode_pp_table;621 bool need_pp_table_upload;[all …]
1279 int (*call_back_func)(struct pp_hwmgr *, void *, in get_powerplay_table_entry_v1_0()