Searched refs:hardcode_pptable (Results 1 – 4 of 4) sorted by relevance
471 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()474 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()475 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()499 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()500 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()501 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()505 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()506 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
332 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()