Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/
A Damdgpu_smu.c492 if (!smu_table->power_play_table && !smu_table->hardcode_pptable) in smu_sys_get_pp_table()
497 if (smu_table->hardcode_pptable) in smu_sys_get_pp_table()
498 *table = smu_table->hardcode_pptable; in smu_sys_get_pp_table()
527 if (!smu_table->hardcode_pptable) in smu_sys_set_pp_table()
528 smu_table->hardcode_pptable = kzalloc(size, GFP_KERNEL); in smu_sys_set_pp_table()
529 if (!smu_table->hardcode_pptable) { in smu_sys_set_pp_table()
534 memcpy(smu_table->hardcode_pptable, buf, size); in smu_sys_set_pp_table()
535 smu_table->power_play_table = smu_table->hardcode_pptable; in smu_sys_set_pp_table()
/linux/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_smu.h334 void *hardcode_pptable; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c433 kfree(smu_table->hardcode_pptable); in smu_v13_0_fini_smc_tables()
434 smu_table->hardcode_pptable = NULL; in smu_v13_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A 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()

Completed in 21 milliseconds