Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c68 kfree(hwmgr->hardcode_pp_table); in amd_powerplay_destroy()
69 hwmgr->hardcode_pp_table = NULL; in amd_powerplay_destroy()
685 if (!hwmgr->hardcode_pp_table) { in pp_dpm_set_pp_table()
686 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()
689 if (!hwmgr->hardcode_pp_table) in pp_dpm_set_pp_table()
693 memcpy(hwmgr->hardcode_pp_table, buf, size); in pp_dpm_set_pp_table()
695 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table; in pp_dpm_set_pp_table()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h747 void *hardcode_pp_table; member