Home
last modified time | relevance | path

Searched refs:hardcode_pp_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c73 kfree(hwmgr->hardcode_pp_table); in amd_powerplay_destroy()
74 hwmgr->hardcode_pp_table = NULL; in amd_powerplay_destroy()
691 if (!hwmgr->hardcode_pp_table) { in pp_dpm_set_pp_table()
692 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()
695 if (!hwmgr->hardcode_pp_table) in pp_dpm_set_pp_table()
699 memcpy(hwmgr->hardcode_pp_table, buf, size); in pp_dpm_set_pp_table()
701 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table; in pp_dpm_set_pp_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h754 void *hardcode_pp_table; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_hwmgr.c3997 if (hwmgr->hardcode_pp_table != NULL) in smu7_set_power_state_tasks()
H A Damdgpu_vega10_hwmgr.c3745 if(hwmgr->hardcode_pp_table != NULL) in vega10_set_power_state_tasks()