Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
1782 * but we have to preserve user defined values in "user_od_table". in smu_v13_0_7_set_default_od_settings()
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 in smu_v13_0_7_set_default_od_settings()
1816 OverDriveTableExternal_t *user_od_table = table_context->user_overdrive_table; smu_v13_0_7_restore_user_od_settings() local
[all...]
H A Dsmu_v13_0_0_ppt.c1788 OverDriveTableExternal_t *user_od_table = in smu_v13_0_0_set_default_od_settings() local
1806 * but we have to preserve user defined values in "user_od_table". in smu_v13_0_0_set_default_od_settings()
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 in smu_v13_0_0_set_default_od_settings()
1840 OverDriveTableExternal_t *user_od_table = table_context->user_overdrive_table; smu_v13_0_0_restore_user_od_settings() local
[all...]
/kernel/linux/linux-6.6/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
2185 * but we have to preserve user defined values in "user_od_table". 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()
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 in sienna_cichlid_set_default_od_settings()
2412 OverDriveTable_t *user_od_table = table_context->user_overdrive_table; 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.c2513 OverDriveTable_t *user_od_table = in navi10_set_default_od_settings() local
2558 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in navi10_set_default_od_settings()

Completed in 15 milliseconds