Searched refs:boot_od_table (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 2526 OverDriveTable_t *boot_od_table = in navi10_set_default_od_settings() local 2546 if (!boot_od_table->GfxclkVolt1) { in navi10_set_default_od_settings() 2548 &boot_od_table->GfxclkVolt1, in navi10_set_default_od_settings() 2549 boot_od_table->GfxclkFreq1); in navi10_set_default_od_settings() 2554 if (!boot_od_table->GfxclkVolt2) { in navi10_set_default_od_settings() 2556 &boot_od_table->GfxclkVolt2, in navi10_set_default_od_settings() 2557 boot_od_table->GfxclkFreq2); in navi10_set_default_od_settings() 2562 if (!boot_od_table->GfxclkVolt3) { in navi10_set_default_od_settings() 2564 &boot_od_table->GfxclkVolt3, in navi10_set_default_od_settings() 2565 boot_od_table->GfxclkFreq3); in navi10_set_default_od_settings() [all …]
|
H A D | sienna_cichlid_ppt.c | 2165 OverDriveTable_t *boot_od_table = in sienna_cichlid_set_default_od_settings() local 2173 0, (void *)boot_od_table, false); in sienna_cichlid_set_default_od_settings() 2179 sienna_cichlid_dump_od_table(smu, boot_od_table); in sienna_cichlid_set_default_od_settings() 2181 memcpy(od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings() 2188 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings() 2192 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 1762 OverDriveTableExternal_t *boot_od_table = in smu_v13_0_7_set_default_od_settings() local 1770 ret = smu_v13_0_7_get_overdrive_table(smu, boot_od_table); in smu_v13_0_7_set_default_od_settings() 1774 smu_v13_0_7_dump_od_table(smu, boot_od_table); in smu_v13_0_7_set_default_od_settings() 1777 boot_od_table, in smu_v13_0_7_set_default_od_settings() 1786 boot_od_table, in smu_v13_0_7_set_default_od_settings() 1794 boot_od_table, in smu_v13_0_7_set_default_od_settings()
|
H A D | smu_v13_0_0_ppt.c | 1786 OverDriveTableExternal_t *boot_od_table = in smu_v13_0_0_set_default_od_settings() local 1794 ret = smu_v13_0_0_get_overdrive_table(smu, boot_od_table); in smu_v13_0_0_set_default_od_settings() 1798 smu_v13_0_0_dump_od_table(smu, boot_od_table); in smu_v13_0_0_set_default_od_settings() 1801 boot_od_table, in smu_v13_0_0_set_default_od_settings() 1810 boot_od_table, in smu_v13_0_0_set_default_od_settings() 1818 boot_od_table, in smu_v13_0_0_set_default_od_settings()
|