Searched refs:boot_od_table (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 2573 OverDriveTable_t *boot_od_table = in navi10_set_default_od_settings() local 2587 ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)boot_od_table, false); in navi10_set_default_od_settings() 2593 if (!boot_od_table->GfxclkVolt1) { in navi10_set_default_od_settings() 2595 &boot_od_table->GfxclkVolt1, in navi10_set_default_od_settings() 2596 boot_od_table->GfxclkFreq1); in navi10_set_default_od_settings() 2601 if (!boot_od_table->GfxclkVolt2) { in navi10_set_default_od_settings() 2603 &boot_od_table->GfxclkVolt2, in navi10_set_default_od_settings() 2604 boot_od_table->GfxclkFreq2); in navi10_set_default_od_settings() 2609 if (!boot_od_table->GfxclkVolt3) { in navi10_set_default_od_settings() 2611 &boot_od_table->GfxclkVolt3, in navi10_set_default_od_settings() [all …]
|
H A D | sienna_cichlid_ppt.c | 2214 OverDriveTable_t *boot_od_table = in sienna_cichlid_set_default_od_settings() local 2222 0, (void *)boot_od_table, false); in sienna_cichlid_set_default_od_settings() 2228 sienna_cichlid_dump_od_table(smu, boot_od_table); in sienna_cichlid_set_default_od_settings() 2230 memcpy(od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings() 2237 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings() 2241 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_2_ppt.c | 2263 OverDriveTableExternal_t *boot_od_table = in smu_v14_0_2_set_default_od_settings() local 2271 ret = smu_v14_0_2_get_overdrive_table(smu, boot_od_table); in smu_v14_0_2_set_default_od_settings() 2275 smu_v14_0_2_dump_od_table(smu, boot_od_table); in smu_v14_0_2_set_default_od_settings() 2278 boot_od_table, in smu_v14_0_2_set_default_od_settings() 2287 boot_od_table, in smu_v14_0_2_set_default_od_settings() 2295 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_7_ppt.c | 2208 OverDriveTableExternal_t *boot_od_table = in smu_v13_0_7_set_default_od_settings() local 2216 ret = smu_v13_0_7_get_overdrive_table(smu, boot_od_table); in smu_v13_0_7_set_default_od_settings() 2220 smu_v13_0_7_dump_od_table(smu, boot_od_table); in smu_v13_0_7_set_default_od_settings() 2223 boot_od_table, in smu_v13_0_7_set_default_od_settings() 2232 boot_od_table, in smu_v13_0_7_set_default_od_settings() 2240 boot_od_table, in smu_v13_0_7_set_default_od_settings()
|
H A D | smu_v13_0_0_ppt.c | 2222 OverDriveTableExternal_t *boot_od_table = in smu_v13_0_0_set_default_od_settings() local 2230 ret = smu_v13_0_0_get_overdrive_table(smu, boot_od_table); in smu_v13_0_0_set_default_od_settings() 2234 smu_v13_0_0_dump_od_table(smu, 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() 2246 boot_od_table, in smu_v13_0_0_set_default_od_settings() 2254 boot_od_table, in smu_v13_0_0_set_default_od_settings()
|