Home
last modified time | relevance | path

Searched refs:patch_boot_state (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_processpptables.c397 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
Dsmu10_hwmgr.c1621 .patch_boot_state = smu10_dpm_patch_boot_state,
Dprocess_pptables_v1_0.c1408 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in get_powerplay_table_entry_v1_0()
Dvega10_processpptables.c1337 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in vega10_get_powerplay_table_entry()
Dprocesspptables.c966 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware)); in pp_tables_get_entry()
Dsmu8_hwmgr.c2030 .patch_boot_state = smu8_dpm_patch_boot_state,
Dvega12_hwmgr.c2899 .patch_boot_state = vega12_patch_boot_state,
Dsmu7_hwmgr.c5686 .patch_boot_state = smu7_dpm_patch_boot_state,
Dvega10_hwmgr.c5681 .patch_boot_state = vega10_patch_boot_state,
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h255 int (*patch_boot_state)(struct pp_hwmgr *hwmgr, member