Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c2220 OverDriveTableExternal_t *user_od_table = in smu_v13_0_7_set_default_od_settings() local
2241 memcpy(user_od_table, in smu_v13_0_7_set_default_od_settings()
2247 user_od_table, in smu_v13_0_7_set_default_od_settings()
2249 memcpy(user_od_table, in smu_v13_0_7_set_default_od_settings()
2252 user_od_table->OverDriveTable.GfxclkFmin = in smu_v13_0_7_set_default_od_settings()
2254 user_od_table->OverDriveTable.GfxclkFmax = in smu_v13_0_7_set_default_od_settings()
2256 user_od_table->OverDriveTable.UclkFmin = in smu_v13_0_7_set_default_od_settings()
2258 user_od_table->OverDriveTable.UclkFmax = in smu_v13_0_7_set_default_od_settings()
2275 user_od_table->OverDriveTable.FanMinimumPwm = in smu_v13_0_7_set_default_od_settings()
2277 user_od_table->OverDriveTable.FanZeroRpmEnable = in smu_v13_0_7_set_default_od_settings()
[all …]
H A Dsmu_v13_0_0_ppt.c2234 OverDriveTableExternal_t *user_od_table = in smu_v13_0_0_set_default_od_settings() local
2255 memcpy(user_od_table, in smu_v13_0_0_set_default_od_settings()
2261 user_od_table, in smu_v13_0_0_set_default_od_settings()
2263 memcpy(user_od_table, in smu_v13_0_0_set_default_od_settings()
2266 user_od_table->OverDriveTable.GfxclkFmin = in smu_v13_0_0_set_default_od_settings()
2268 user_od_table->OverDriveTable.GfxclkFmax = in smu_v13_0_0_set_default_od_settings()
2270 user_od_table->OverDriveTable.UclkFmin = in smu_v13_0_0_set_default_od_settings()
2272 user_od_table->OverDriveTable.UclkFmax = in smu_v13_0_0_set_default_od_settings()
2289 user_od_table->OverDriveTable.FanMinimumPwm = in smu_v13_0_0_set_default_od_settings()
2291 user_od_table->OverDriveTable.FanZeroRpmEnable = in smu_v13_0_0_set_default_od_settings()
[all …]
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2322 OverDriveTableExternal_t *user_od_table = in smu_v14_0_2_set_default_od_settings() local
2343 memcpy(user_od_table, in smu_v14_0_2_set_default_od_settings()
2349 user_od_table, in smu_v14_0_2_set_default_od_settings()
2351 memcpy(user_od_table, in smu_v14_0_2_set_default_od_settings()
2354 user_od_table->OverDriveTable.GfxclkFoffset = in smu_v14_0_2_set_default_od_settings()
2356 user_od_table->OverDriveTable.UclkFmin = in smu_v14_0_2_set_default_od_settings()
2358 user_od_table->OverDriveTable.UclkFmax = in smu_v14_0_2_set_default_od_settings()
2373 user_od_table->OverDriveTable.FanTargetTemperature = in smu_v14_0_2_set_default_od_settings()
2375 user_od_table->OverDriveTable.FanMinimumPwm = in smu_v14_0_2_set_default_od_settings()
2377 user_od_table->OverDriveTable.FanZeroRpmEnable = in smu_v14_0_2_set_default_od_settings()
[all …]
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c2216 OverDriveTable_t *user_od_table = in sienna_cichlid_set_default_od_settings() local
2237 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in sienna_cichlid_set_default_od_settings()
2240 memcpy(&user_od_table_bak, user_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()
2242 user_od_table->GfxclkFmin = user_od_table_bak.GfxclkFmin; in sienna_cichlid_set_default_od_settings()
2243 user_od_table->GfxclkFmax = user_od_table_bak.GfxclkFmax; in sienna_cichlid_set_default_od_settings()
2244 user_od_table->UclkFmin = user_od_table_bak.UclkFmin; in sienna_cichlid_set_default_od_settings()
2245 user_od_table->UclkFmax = user_od_table_bak.UclkFmax; in sienna_cichlid_set_default_od_settings()
2246 user_od_table->VddGfxOffset = user_od_table_bak.VddGfxOffset; in sienna_cichlid_set_default_od_settings()
2460 OverDriveTable_t *user_od_table = table_context->user_overdrive_table; in sienna_cichlid_restore_user_od_settings() local
[all …]
H A Dsmu_v11_0.c2204 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings() local
2207 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.c2575 OverDriveTable_t *user_od_table = in navi10_set_default_od_settings() local
2620 memcpy(user_od_table, boot_od_table, sizeof(OverDriveTable_t)); in navi10_set_default_od_settings()