Home
last modified time | relevance | path

Searched refs:soft_pp_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_processpptables.c55 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
62 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
H A Damdgpu_processpptables.c835 const void *table_addr = hwmgr->soft_pp_table; in get_powerplay_table()
842 hwmgr->soft_pp_table = &soft_dummy_pp_table[0]; in get_powerplay_table()
848 hwmgr->soft_pp_table = table_addr; in get_powerplay_table()
H A Damdgpu_vega20_processpptables.c57 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
64 hwmgr->soft_pp_table = table_address; in get_powerplay_table()
H A Damdgpu_process_pptables_v1_0.c145 const void *table_address = (const void *)hwmgr->soft_pp_table; in get_powerplay_table()
151 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
H A Damdgpu_vega10_processpptables.c58 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
65 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c656 if (!hwmgr || !hwmgr->pm_en ||!hwmgr->soft_pp_table) in pp_dpm_get_pp_table()
660 *table = __UNCONST(hwmgr->soft_pp_table); in pp_dpm_get_pp_table()
692 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, 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.h752 const void *soft_pp_table; member