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.c1478 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_7_od_restore_table_single() local
1479 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_7_od_restore_table_single()
1489 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_7_od_restore_table_single()
1491 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_7_od_restore_table_single()
1498 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1504 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1510 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_7_od_restore_table_single()
1516 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_7_od_restore_table_single()
1522 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_7_od_restore_table_single()
1527 boot_overdrive_table->OverDriveTable.FanZeroRpmStopTemp; in smu_v13_0_7_od_restore_table_single()
[all …]
H A Dsmu_v13_0_0_ppt.c1469 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_0_od_restore_table_single() local
1470 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_0_od_restore_table_single()
1480 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_0_od_restore_table_single()
1482 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_0_od_restore_table_single()
1489 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1495 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1501 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_0_od_restore_table_single()
1507 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_0_od_restore_table_single()
1513 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_0_od_restore_table_single()
1518 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.c2239 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()
2327 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local
2328 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()
2338 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()
2340 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()
2347 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v14_0_2_od_restore_table_single()
2352 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2358 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2364 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()
2370 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()
506 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.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()
439 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