Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c76 kfree(hwmgr->hardcode_pp_table); in amd_powerplay_destroy()
77 hwmgr->hardcode_pp_table = NULL; in amd_powerplay_destroy()
668 if (!hwmgr->hardcode_pp_table) { in pp_dpm_set_pp_table()
669 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()
672 if (!hwmgr->hardcode_pp_table) in pp_dpm_set_pp_table()
676 memcpy(hwmgr->hardcode_pp_table, buf, size); in pp_dpm_set_pp_table()
678 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.h757 void *hardcode_pp_table; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c4512 if (hwmgr->hardcode_pp_table != NULL) in smu7_set_power_state_tasks()