Searched refs:hardcode_pptable (Results 1 – 4 of 4) sorted by relevance
488 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()493 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()494 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()523 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()524 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()525 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()530 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()531 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
334 void *hardcode_pptable; member
427 kfree(smu_table->hardcode_pptable); in smu_v13_0_fini_smc_tables()428 smu_table->hardcode_pptable = NULL; in smu_v13_0_fini_smc_tables()
471 kfree(smu_table->hardcode_pptable); in smu_v11_0_fini_smc_tables()472 smu_table->hardcode_pptable = NULL; in smu_v11_0_fini_smc_tables()