Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2341 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()
2428 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local
2429 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()
2439 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()
2441 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()
2448 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v14_0_2_od_restore_table_single()
2453 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2459 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2465 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()
2471 boot_overdrive_table->OverDriveTable.FanMinimumPwm; 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/smu13/
H A Dsmu_v13_0_0_ppt.c1545 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_0_od_restore_table_single() local
1546 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_0_od_restore_table_single()
1556 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_0_od_restore_table_single()
1558 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_0_od_restore_table_single()
1565 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1571 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1577 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_0_od_restore_table_single()
1583 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_0_od_restore_table_single()
1589 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_0_od_restore_table_single()
1594 boot_overdrive_table->OverDriveTable.FanZeroRpmStopTemp; in smu_v13_0_0_od_restore_table_single()
[all …]
H A Dsmu_v13_0.c467 smu_table->boot_overdrive_table = in smu_v13_0_init_smc_tables()
469 if (!smu_table->boot_overdrive_table) { in smu_v13_0_init_smc_tables()
494 kfree(smu_table->boot_overdrive_table); in smu_v13_0_init_smc_tables()
513 kfree(smu_table->boot_overdrive_table); in smu_v13_0_fini_smc_tables()
520 smu_table->boot_overdrive_table = NULL; in smu_v13_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 Dnavi10_ppt.c2575 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in navi10_set_default_od_settings()
2716 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in navi10_od_edit_dpm_table()
2720 …memcpy(table_context->overdrive_table, table_context->boot_overdrive_table, sizeof(OverDriveTable_… in navi10_od_edit_dpm_table()
2734 table_context->boot_overdrive_table, in navi10_od_edit_dpm_table()