Searched refs:hardcode_pptable (Results 1 – 2 of 2) sorted by relevance
593 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()598 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()599 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()624 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()625 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()626 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()631 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()632 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
255 void *hardcode_pptable; member