Home
last modified time | relevance | path

Searched refs:smumgr_funcs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmumgr.c85 if (NULL != hwmgr->smumgr_funcs->update_smc_table) in smum_update_smc_table()
93 if (NULL != hwmgr->smumgr_funcs->get_offsetof) in smum_get_offsetof()
136 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc()
164 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc_with_parameter()
186 if (NULL != hwmgr->smumgr_funcs->init_smc_table) in smum_init_smc_table()
219 if (NULL != hwmgr->smumgr_funcs->is_dpm_running) in smum_is_dpm_running()
227 if (hwmgr->smumgr_funcs->is_hw_avfs_present) in smum_is_hw_avfs_present()
235 if (hwmgr->smumgr_funcs->update_dpm_settings) in smum_update_dpm_settings()
243 if (hwmgr->smumgr_funcs->smc_table_manager) in smum_smc_table_manager()
251 if (hwmgr->smumgr_funcs->stop_smc) in smum_stop_smc()
[all …]
A Dsmu7_smumgr.c448 return hwmgr->smumgr_funcs->start_smu(hwmgr); in smu7_reload_firmware()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dhwmgr.c100 hwmgr->smumgr_funcs = &ci_smu_funcs; in hwmgr_early_init()
112 hwmgr->smumgr_funcs = &smu8_smu_funcs; in hwmgr_early_init()
129 hwmgr->smumgr_funcs = &tonga_smu_funcs; in hwmgr_early_init()
134 hwmgr->smumgr_funcs = &fiji_smu_funcs; in hwmgr_early_init()
147 hwmgr->smumgr_funcs = &vegam_smu_funcs; in hwmgr_early_init()
161 hwmgr->smumgr_funcs = &vega10_smu_funcs; in hwmgr_early_init()
165 hwmgr->smumgr_funcs = &vega12_smu_funcs; in hwmgr_early_init()
182 hwmgr->smumgr_funcs = &smu10_smu_funcs; in hwmgr_early_init()
198 if (!hwmgr|| !hwmgr->smumgr_funcs || !hwmgr->smumgr_funcs->smu_init) in hwmgr_sw_init()
210 if (hwmgr && hwmgr->smumgr_funcs && hwmgr->smumgr_funcs->smu_fini) in hwmgr_sw_fini()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/
A Damd_powerplay.c281 if (!hwmgr || !hwmgr->smumgr_funcs || !hwmgr->smumgr_funcs->start_smu) in pp_dpm_load_fw()
284 if (hwmgr->smumgr_funcs->start_smu(hwmgr)) { in pp_dpm_load_fw()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dhwmgr.h777 const struct pp_smumgr_func *smumgr_funcs; member

Completed in 15 milliseconds