Searched refs:get_argument (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | smumgr.c | 136 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc() 148 *resp = hwmgr->smumgr_funcs->get_argument(hwmgr); in smum_send_msg_to_smc() 164 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc_with_parameter() 177 *resp = hwmgr->smumgr_funcs->get_argument(hwmgr); in smum_send_msg_to_smc_with_parameter()
|
A D | smu10_smumgr.c | 317 .get_argument = smu10_read_arg_from_smc,
|
A D | vega10_smumgr.c | 393 .get_argument = smu9_get_argument,
|
A D | vega12_smumgr.c | 413 .get_argument = smu9_get_argument,
|
A D | vega20_smumgr.c | 642 .get_argument = vega20_get_argument,
|
A D | smu8_smumgr.c | 903 .get_argument = smu8_get_argument,
|
A D | vegam_smumgr.c | 2288 .get_argument = smu7_get_argument,
|
A D | fiji_smumgr.c | 2654 .get_argument = smu7_get_argument,
|
A D | iceland_smumgr.c | 2672 .get_argument = smu7_get_argument,
|
A D | polaris10_smumgr.c | 2694 .get_argument = smu7_get_argument,
|
A D | ci_smumgr.c | 2972 .get_argument = smu7_get_argument,
|
A D | tonga_smumgr.c | 3253 .get_argument = smu7_get_argument,
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | hwmgr.h | 210 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member
|
Completed in 44 milliseconds