Searched refs:patch_boot_state (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_processpptables.c | 394 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
|
D | smu10_hwmgr.c | 1621 .patch_boot_state = smu10_dpm_patch_boot_state,
|
D | vega10_processpptables.c | 1337 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in vega10_get_powerplay_table_entry()
|
D | process_pptables_v1_0.c | 1408 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in get_powerplay_table_entry_v1_0()
|
D | processpptables.c | 966 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware)); in pp_tables_get_entry()
|
D | smu8_hwmgr.c | 2030 .patch_boot_state = smu8_dpm_patch_boot_state,
|
D | vega12_hwmgr.c | 2899 .patch_boot_state = vega12_patch_boot_state,
|
D | vega10_hwmgr.c | 5681 .patch_boot_state = vega10_patch_boot_state,
|
D | smu7_hwmgr.c | 5686 .patch_boot_state = smu7_dpm_patch_boot_state,
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 255 int (*patch_boot_state)(struct pp_hwmgr *hwmgr, member
|