Searched refs:boot_od_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | navi10_ppt.c | 2574 OverDriveTable_t *boot_od_table = in navi10_set_default_od_settings() local 2588 ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)boot_od_table, false); in navi10_set_default_od_settings() 2594 if (!boot_od_table->GfxclkVolt1) { in navi10_set_default_od_settings() 2596 &boot_od_table->GfxclkVolt1, in navi10_set_default_od_settings() 2597 boot_od_table->GfxclkFreq1); in navi10_set_default_od_settings() 2602 if (!boot_od_table->GfxclkVolt2) { in navi10_set_default_od_settings() 2604 &boot_od_table->GfxclkVolt2, in navi10_set_default_od_settings() 2605 boot_od_table->GfxclkFreq2); in navi10_set_default_od_settings() 2610 if (!boot_od_table->GfxclkVolt3) { in navi10_set_default_od_settings() 2612 &boot_od_table->GfxclkVolt3, in navi10_set_default_od_settings() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 2340 OverDriveTableExternal_t *boot_od_table = in smu_v14_0_2_set_default_od_settings() local 2348 ret = smu_v14_0_2_get_overdrive_table(smu, boot_od_table); in smu_v14_0_2_set_default_od_settings() 2352 smu_v14_0_2_dump_od_table(smu, boot_od_table); in smu_v14_0_2_set_default_od_settings() 2355 boot_od_table, in smu_v14_0_2_set_default_od_settings() 2364 boot_od_table, in smu_v14_0_2_set_default_od_settings() 2372 boot_od_table, in smu_v14_0_2_set_default_od_settings()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_0_ppt.c | 2213 OverDriveTableExternal_t *boot_od_table = in smu_v13_0_0_set_default_od_settings() local 2221 ret = smu_v13_0_0_get_overdrive_table(smu, boot_od_table); in smu_v13_0_0_set_default_od_settings() 2225 smu_v13_0_0_dump_od_table(smu, boot_od_table); in smu_v13_0_0_set_default_od_settings() 2228 boot_od_table, in smu_v13_0_0_set_default_od_settings() 2237 boot_od_table, in smu_v13_0_0_set_default_od_settings() 2245 boot_od_table, in smu_v13_0_0_set_default_od_settings()
|