Searched refs:get_argument (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
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()
|
D | smu10_smumgr.c | 317 .get_argument = smu10_read_arg_from_smc,
|
D | vega10_smumgr.c | 393 .get_argument = smu9_get_argument,
|
D | vega12_smumgr.c | 413 .get_argument = smu9_get_argument,
|
D | vega20_smumgr.c | 642 .get_argument = vega20_get_argument,
|
D | smu8_smumgr.c | 903 .get_argument = smu8_get_argument,
|
D | vegam_smumgr.c | 2288 .get_argument = smu7_get_argument,
|
D | fiji_smumgr.c | 2654 .get_argument = smu7_get_argument,
|
D | iceland_smumgr.c | 2672 .get_argument = smu7_get_argument,
|
D | polaris10_smumgr.c | 2692 .get_argument = smu7_get_argument,
|
D | ci_smumgr.c | 2974 .get_argument = smu7_get_argument,
|
D | tonga_smumgr.c | 3253 .get_argument = smu7_get_argument,
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 210 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member
|