Home
last modified time | relevance | path

Searched refs:user_od_table (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1764 OverDriveTableExternal_t *user_od_table = in smu_v13_0_7_set_default_od_settings() local
1785 memcpy(user_od_table, in smu_v13_0_7_set_default_od_settings()
1791 user_od_table, in smu_v13_0_7_set_default_od_settings()
1793 memcpy(user_od_table, in smu_v13_0_7_set_default_od_settings()
1796 user_od_table->OverDriveTable.GfxclkFmin = in smu_v13_0_7_set_default_od_settings()
1798 user_od_table->OverDriveTable.GfxclkFmax = in smu_v13_0_7_set_default_od_settings()
1800 user_od_table->OverDriveTable.UclkFmin = in smu_v13_0_7_set_default_od_settings()
1802 user_od_table->OverDriveTable.UclkFmax = in smu_v13_0_7_set_default_od_settings()
1805 user_od_table->OverDriveTable.VoltageOffsetPerZoneBoundary[i] = in smu_v13_0_7_set_default_od_settings()
1822 res = smu_v13_0_7_upload_overdrive_table(smu, user_od_table); in smu_v13_0_7_restore_user_od_settings()
[all …]
H A Dsmu_v13_0_0_ppt.c1788 OverDriveTableExternal_t *user_od_table = in smu_v13_0_0_set_default_od_settings() local
1809 memcpy(user_od_table, in smu_v13_0_0_set_default_od_settings()
1815 user_od_table, in smu_v13_0_0_set_default_od_settings()
1817 memcpy(user_od_table, in smu_v13_0_0_set_default_od_settings()
1820 user_od_table->OverDriveTable.GfxclkFmin = in smu_v13_0_0_set_default_od_settings()
1822 user_od_table->OverDriveTable.GfxclkFmax = in smu_v13_0_0_set_default_od_settings()
1824 user_od_table->OverDriveTable.UclkFmin = in smu_v13_0_0_set_default_od_settings()
1826 user_od_table->OverDriveTable.UclkFmax = in smu_v13_0_0_set_default_od_settings()
1829 user_od_table->OverDriveTable.VoltageOffsetPerZoneBoundary[i] = in smu_v13_0_0_set_default_od_settings()
1846 res = smu_v13_0_0_upload_overdrive_table(smu, user_od_table); in smu_v13_0_0_restore_user_od_settings()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c2167 OverDriveTable_t *user_od_table = in sienna_cichlid_set_default_od_settings() local
2188 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings()
2191 memcpy(&user_od_table_bak, user_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()
2193 user_od_table->GfxclkFmin = user_od_table_bak.GfxclkFmin; in sienna_cichlid_set_default_od_settings()
2194 user_od_table->GfxclkFmax = user_od_table_bak.GfxclkFmax; in sienna_cichlid_set_default_od_settings()
2195 user_od_table->UclkFmin = user_od_table_bak.UclkFmin; in sienna_cichlid_set_default_od_settings()
2196 user_od_table->UclkFmax = user_od_table_bak.UclkFmax; in sienna_cichlid_set_default_od_settings()
2197 user_od_table->VddGfxOffset = user_od_table_bak.VddGfxOffset; in sienna_cichlid_set_default_od_settings()
2412 OverDriveTable_t *user_od_table = table_context->user_overdrive_table; in sienna_cichlid_restore_user_od_settings() local
[all …]
H A Dsmu_v11_0.c2179 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings() local
2182 ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)user_od_table, true); in smu_v11_0_restore_user_od_settings()
H A Dnavi10_ppt.c2528 OverDriveTable_t *user_od_table = in navi10_set_default_od_settings() local
2573 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in navi10_set_default_od_settings()