Home
last modified time | relevance | path

Searched refs:smu7_baco_get_state (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_baco.h29 extern int smu7_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state);
H A Dsmu7_baco.c53 int smu7_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state) in smu7_baco_get_state() function
H A Dfiji_baco.c157 smu7_baco_get_state(hwmgr, &cur_state); in fiji_baco_set_state()
H A Dpolaris_baco.c175 smu7_baco_get_state(hwmgr, &cur_state); in polaris_baco_set_state()
H A Dci_baco.c159 smu7_baco_get_state(hwmgr, &cur_state); in ci_baco_set_state()
H A Dtonga_baco.c179 smu7_baco_get_state(hwmgr, &cur_state); in tonga_baco_set_state()
H A Dsmu7_hwmgr.c5795 .get_asic_baco_state = smu7_baco_get_state,