Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega12_processpptables.c435 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
H A Dsmu10_hwmgr.c1170 .patch_boot_state = smu10_dpm_patch_boot_state,
H A Dprocess_pptables_v1_0.c1328 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in get_powerplay_table_entry_v1_0()
H A Dvega10_processpptables.c1323 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in vega10_get_powerplay_table_entry()
H A Dprocesspptables.c967 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware)); in pp_tables_get_entry()
H A Dsmu8_hwmgr.c1957 .patch_boot_state = smu8_dpm_patch_boot_state,
H A Dvega12_hwmgr.c2364 .patch_boot_state = vega12_patch_boot_state,
H A Dvega10_hwmgr.c4879 .patch_boot_state = vega10_patch_boot_state,
H A Dsmu7_hwmgr.c5057 .patch_boot_state = smu7_dpm_patch_boot_state,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h242 int (*patch_boot_state)(struct pp_hwmgr *hwmgr, member