Searched refs:hardcode_pp_table (Results 1 – 2 of 2) sorted by relevance
68 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()
747 void *hardcode_pp_table; member