Searched refs:hardcode_pptable (Results 1 – 2 of 2) sorted by relevance
499 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()502 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()503 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()524 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()525 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()526 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()531 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()532 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
253 void *hardcode_pptable; member