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

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c2519 OverDriveTable_t *boot_od_table = local
2533 ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)boot_od_table, false);
2539 if (!boot_od_table->GfxclkVolt1) {
2541 &boot_od_table->GfxclkVolt1,
2542 boot_od_table->GfxclkFreq1);
2547 if (!boot_od_table->GfxclkVolt2) {
2549 &boot_od_table->GfxclkVolt2,
2550 boot_od_table->GfxclkFreq2);
2555 if (!boot_od_table->GfxclkVolt3) {
2557 &boot_od_table
[all...]
H A Dsienna_cichlid_ppt.c2174 OverDriveTable_t *boot_od_table = local
2182 0, (void *)boot_od_table, false);
2188 sienna_cichlid_dump_od_table(smu, boot_od_table);
2190 memcpy(od_table, boot_od_table, sizeof(OverDriveTable_t));
2197 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t));
2201 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t));
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c2116 OverDriveTableExternal_t *boot_od_table = local
2124 ret = smu_v13_0_7_get_overdrive_table(smu, boot_od_table);
2128 smu_v13_0_7_dump_od_table(smu, boot_od_table);
2131 boot_od_table,
2140 boot_od_table,
2148 boot_od_table,
H A Dsmu_v13_0_0_ppt.c2132 OverDriveTableExternal_t *boot_od_table = local
2140 ret = smu_v13_0_0_get_overdrive_table(smu, boot_od_table);
2144 smu_v13_0_0_dump_od_table(smu, boot_od_table);
2147 boot_od_table,
2156 boot_od_table,
2164 boot_od_table,

Completed in 167 milliseconds