Home
last modified time | relevance | path

Searched refs:hardcode_pptable (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c491 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()
/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h333 void *hardcode_pptable; member
/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c473 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()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c554 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()