Home
last modified time | relevance | path

Searched refs:boot_overdrive_table (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1532 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_7_od_restore_table_single() local
1533 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_7_od_restore_table_single()
1543 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_7_od_restore_table_single()
1545 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_7_od_restore_table_single()
1552 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1558 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1564 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_7_od_restore_table_single()
1570 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_7_od_restore_table_single()
1576 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_7_od_restore_table_single()
1581 boot_overdrive_table in smu_v13_0_7_od_restore_table_single()
[all...]
H A Dsmu_v13_0.c466 smu_table->boot_overdrive_table = in smu_v13_0_init_smc_tables()
468 if (!smu_table->boot_overdrive_table) { in smu_v13_0_init_smc_tables()
493 kfree(smu_table->boot_overdrive_table); in smu_v13_0_init_smc_tables()
512 kfree(smu_table->boot_overdrive_table); in smu_v13_0_fini_smc_tables()
519 smu_table->boot_overdrive_table = NULL; in smu_v13_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2329 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()
2416 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local
2417 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()
2427 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()
2429 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()
2436 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v14_0_2_od_restore_table_single()
2441 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2447 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2453 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()
2459 boot_overdrive_table in smu_v14_0_2_od_restore_table_single()
[all...]
H A Dsmu_v14_0.c456 smu_table->boot_overdrive_table = in smu_v14_0_init_smc_tables()
458 if (!smu_table->boot_overdrive_table) { in smu_v14_0_init_smc_tables()
483 kfree(smu_table->boot_overdrive_table); in smu_v14_0_init_smc_tables()
501 kfree(smu_table->boot_overdrive_table); in smu_v14_0_fini_smc_tables()
507 smu_table->boot_overdrive_table = NULL; in smu_v14_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c396 smu_table->boot_overdrive_table = in smu_v11_0_init_smc_tables()
398 if (!smu_table->boot_overdrive_table) { in smu_v11_0_init_smc_tables()
415 kfree(smu_table->boot_overdrive_table); in smu_v11_0_init_smc_tables()
433 kfree(smu_table->boot_overdrive_table); in smu_v11_0_fini_smc_tables()
440 smu_table->boot_overdrive_table = NULL; in smu_v11_0_fini_smc_tables()
H A Dsienna_cichlid_ppt.c2219 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in sienna_cichlid_set_default_od_settings()
2299 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in sienna_cichlid_od_edit_dpm_table()
2408 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
2424 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
H A Dnavi10_ppt.c2577 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in navi10_set_default_od_settings()
2718 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in navi10_od_edit_dpm_table()
2722 memcpy(table_context->overdrive_table, table_context->boot_overdrive_table, sizeof(OverDriveTable_t)); in navi10_od_edit_dpm_table()
2736 table_context->boot_overdrive_table, in navi10_od_edit_dpm_table()