Searched refs:hardcode_pptable (Results 1 – 5 of 5) sorted by relevance
578 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()581 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()582 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()606 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()607 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()608 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()612 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()613 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
504 kfree(smu_table->hardcode_pptable); in smu_v14_0_fini_smc_tables()505 smu_table->hardcode_pptable = NULL; in smu_v14_0_fini_smc_tables()
331 void *hardcode_pptable; member
443 kfree(smu_table->hardcode_pptable); in smu_v11_0_fini_smc_tables()444 smu_table->hardcode_pptable = NULL; in smu_v11_0_fini_smc_tables()
519 kfree(smu_table->hardcode_pptable); in smu_v13_0_fini_smc_tables()520 smu_table->hardcode_pptable = NULL; in smu_v13_0_fini_smc_tables()