Searched refs:send_msg_to_smc (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smumgr.c | 135 hwmgr->smumgr_funcs->send_msg_to_smc == NULL || in smum_send_msg_to_smc() 141 ret = hwmgr->smumgr_funcs->send_msg_to_smc(hwmgr, msg); in smum_send_msg_to_smc()
|
H A D | smu10_smumgr.c | 314 .send_msg_to_smc = &smu10_send_msg_to_smc,
|
H A D | vega10_smumgr.c | 392 .send_msg_to_smc = &smu9_send_msg_to_smc,
|
H A D | vega20_smumgr.c | 637 .send_msg_to_smc = &vega20_send_msg_to_smc,
|
H A D | smu8_smumgr.c | 904 .send_msg_to_smc = smu8_send_msg_to_smc,
|
H A D | vegam_smumgr.c | 2285 .send_msg_to_smc = smu7_send_msg_to_smc,
|
H A D | fiji_smumgr.c | 2652 .send_msg_to_smc = &smu7_send_msg_to_smc,
|
H A D | iceland_smumgr.c | 2671 .send_msg_to_smc = &smu7_send_msg_to_smc,
|
H A D | polaris10_smumgr.c | 2690 .send_msg_to_smc = smu7_send_msg_to_smc,
|
H A D | ci_smumgr.c | 2972 .send_msg_to_smc = ci_send_msg_to_smc,
|
H A D | tonga_smumgr.c | 3251 .send_msg_to_smc = &smu7_send_msg_to_smc,
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 210 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg); member
|