Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c49 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
56 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
H A Dprocesspptables.c828 const void *table_addr = hwmgr->soft_pp_table; in get_powerplay_table()
835 hwmgr->soft_pp_table = &soft_dummy_pp_table[0]; in get_powerplay_table()
841 hwmgr->soft_pp_table = table_addr; in get_powerplay_table()
H A Dvega20_processpptables.c51 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
58 hwmgr->soft_pp_table = table_address; in get_powerplay_table()
H A Dvega10_processpptables.c52 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()
59 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
H A Dprocess_pptables_v1_0.c140 void *table_address = (void *)hwmgr->soft_pp_table; in get_powerplay_table()
146 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c649 if (!hwmgr || !hwmgr->pm_en || !hwmgr->soft_pp_table) in pp_dpm_get_pp_table()
652 *table = (char *)hwmgr->soft_pp_table; in pp_dpm_get_pp_table()
681 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()
690 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table; in pp_dpm_set_pp_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h756 const void *soft_pp_table; member