Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1509 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_7_od_restore_table_single() local
1510 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_7_od_restore_table_single()
1520 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_7_od_restore_table_single()
1522 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_7_od_restore_table_single()
1529 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1535 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1541 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_7_od_restore_table_single()
1547 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_7_od_restore_table_single()
1553 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_7_od_restore_table_single()
1558 boot_overdrive_table->OverDriveTable.FanZeroRpmStopTemp; in smu_v13_0_7_od_restore_table_single()
[all …]
H A Dsmu_v13_0_0_ppt.c1500 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_0_od_restore_table_single() local
1501 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_0_od_restore_table_single()
1511 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_0_od_restore_table_single()
1513 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_0_od_restore_table_single()
1520 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1526 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1532 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_0_od_restore_table_single()
1538 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_0_od_restore_table_single()
1544 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_0_od_restore_table_single()
1549 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()
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.c2270 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()
2358 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local
2359 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()
2369 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()
2371 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()
2378 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v14_0_2_od_restore_table_single()
2383 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2389 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2395 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()
2401 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v14_0_2_od_restore_table_single()
[all …]
H A Dsmu_v14_0.c455 smu_table->boot_overdrive_table = in smu_v14_0_init_smc_tables()
457 if (!smu_table->boot_overdrive_table) { in smu_v14_0_init_smc_tables()
482 kfree(smu_table->boot_overdrive_table); in smu_v14_0_init_smc_tables()
500 kfree(smu_table->boot_overdrive_table); in smu_v14_0_fini_smc_tables()
505 smu_table->boot_overdrive_table = NULL; in smu_v14_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c425 smu_table->boot_overdrive_table = in smu_v15_0_init_smc_tables()
427 if (!smu_table->boot_overdrive_table) { in smu_v15_0_init_smc_tables()
452 kfree(smu_table->boot_overdrive_table); in smu_v15_0_init_smc_tables()
470 kfree(smu_table->boot_overdrive_table); in smu_v15_0_fini_smc_tables()
475 smu_table->boot_overdrive_table = NULL; in smu_v15_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c395 smu_table->boot_overdrive_table = in smu_v11_0_init_smc_tables()
397 if (!smu_table->boot_overdrive_table) { in smu_v11_0_init_smc_tables()
414 kfree(smu_table->boot_overdrive_table); in smu_v11_0_init_smc_tables()
432 kfree(smu_table->boot_overdrive_table); in smu_v11_0_fini_smc_tables()
438 smu_table->boot_overdrive_table = NULL; in smu_v11_0_fini_smc_tables()
H A Dnavi10_ppt.c2323 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in navi10_set_default_od_settings()
2464 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in navi10_od_edit_dpm_table()
2468 …memcpy(table_context->overdrive_table, table_context->boot_overdrive_table, sizeof(OverDriveTable_… in navi10_od_edit_dpm_table()
2482 table_context->boot_overdrive_table, in navi10_od_edit_dpm_table()
H A Dsienna_cichlid_ppt.c2179 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in sienna_cichlid_set_default_od_settings()
2259 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in sienna_cichlid_od_edit_dpm_table()
2368 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
2384 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h414 void *boot_overdrive_table; member