HomeSort by: relevance | last modified time | path
    Searched defs:pp_hwmgr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 36 struct pp_hwmgr;
204 int (*smu_init)(struct pp_hwmgr *hwmgr);
205 int (*smu_fini)(struct pp_hwmgr *hwmgr);
206 int (*start_smu)(struct pp_hwmgr *hwmgr);
207 int (*check_fw_load_finish)(struct pp_hwmgr *hwmgr,
209 int (*request_smu_load_fw)(struct pp_hwmgr *hwmgr);
210 int (*request_smu_load_specific_fw)(struct pp_hwmgr *hwmgr,
212 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr);
213 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg);
214 int (*send_msg_to_smc_with_parameter)(struct pp_hwmgr *hwmgr
739 struct pp_hwmgr { struct
    [all...]

Completed in 27 milliseconds