Lines Matching defs:pp_hwmgr
611 struct pp_hwmgr { struct
612 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;
623 struct pp_vce_state vce_states[PP_MAX_VCE_LEVELS];
647 const struct pp_hwmgr_func *hwmgr_func; argument
670 extern int hwmgr_fini(struct pp_hwmgr *hwmgr); argument