Searched refs:hardcode_pptable (Results 1 – 4 of 4) sorted by relevance
491 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()494 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()495 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()519 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()520 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()521 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()525 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()526 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
333 void *hardcode_pptable; member
473 kfree(smu_table->hardcode_pptable); in smu_v11_0_fini_smc_tables()474 smu_table->hardcode_pptable = NULL; in smu_v11_0_fini_smc_tables()
554 kfree(smu_table->hardcode_pptable); in smu_v13_0_fini_smc_tables()555 smu_table->hardcode_pptable = NULL; in smu_v13_0_fini_smc_tables()