Searched refs:patch_boot_state (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | amdgpu_vega12_processpptables.c | 403 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
|
H A D | amdgpu_smu10_hwmgr.c | 1344 .patch_boot_state = smu10_dpm_patch_boot_state,
|
H A D | amdgpu_process_pptables_v1_0.c | 1331 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in get_powerplay_table_entry_v1_0()
|
H A D | amdgpu_processpptables.c | 973 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware)); in pp_tables_get_entry()
|
H A D | amdgpu_vega10_processpptables.c | 1376 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in vega10_get_powerplay_table_entry()
|
H A D | amdgpu_smu8_hwmgr.c | 1981 .patch_boot_state = smu8_dpm_patch_boot_state,
|
H A D | amdgpu_vega12_hwmgr.c | 2677 .patch_boot_state = vega12_patch_boot_state,
|
H A D | amdgpu_smu7_hwmgr.c | 5125 .patch_boot_state = smu7_dpm_patch_boot_state,
|
H A D | amdgpu_vega10_hwmgr.c | 5403 .patch_boot_state = vega10_patch_boot_state,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
H A D | hwmgr.h | 256 int (*patch_boot_state)(struct pp_hwmgr *hwmgr, member
|