Home
last modified time | relevance | path

Searched refs:boot_od_table (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c2511 OverDriveTable_t *boot_od_table = in navi10_set_default_od_settings() local
2525 ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)boot_od_table, false); in navi10_set_default_od_settings()
2531 if (!boot_od_table->GfxclkVolt1) { in navi10_set_default_od_settings()
2533 &boot_od_table->GfxclkVolt1, in navi10_set_default_od_settings()
2534 boot_od_table->GfxclkFreq1); in navi10_set_default_od_settings()
2539 if (!boot_od_table->GfxclkVolt2) { in navi10_set_default_od_settings()
2541 &boot_od_table->GfxclkVolt2, in navi10_set_default_od_settings()
2542 boot_od_table->GfxclkFreq2); in navi10_set_default_od_settings()
2547 if (!boot_od_table->GfxclkVolt3) { in navi10_set_default_od_settings()
2549 &boot_od_table in navi10_set_default_od_settings()
[all...]
H A Dsienna_cichlid_ppt.c2165 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1762 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 Dsmu_v13_0_0_ppt.c1786 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c1977 OverDriveTable_t *boot_od_table = in navi10_set_default_od_settings() local
2011 memcpy(boot_od_table, od_table, sizeof(OverDriveTable_t)); in navi10_set_default_od_settings()

Completed in 20 milliseconds