Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/
A Damd_powerplay.c70 kfree(hwmgr->hardcode_pp_table); in amd_powerplay_destroy()
71 hwmgr->hardcode_pp_table = NULL; in amd_powerplay_destroy()
630 if (!hwmgr->hardcode_pp_table) { in pp_dpm_set_pp_table()
631 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()
634 if (!hwmgr->hardcode_pp_table) in pp_dpm_set_pp_table()
638 memcpy(hwmgr->hardcode_pp_table, buf, size); in pp_dpm_set_pp_table()
640 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table; in pp_dpm_set_pp_table()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/inc/
A Dhwmgr.h760 void *hardcode_pp_table; member
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega10_hwmgr.c3844 if(hwmgr->hardcode_pp_table != NULL) in vega10_set_power_state_tasks()
A Dsmu7_hwmgr.c4499 if (hwmgr->hardcode_pp_table != NULL) in smu7_set_power_state_tasks()

Completed in 29 milliseconds