Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1542 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_7_od_restore_table_single() local
1543 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_7_od_restore_table_single()
1553 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_7_od_restore_table_single()
1555 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_7_od_restore_table_single()
1562 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1568 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_7_od_restore_table_single()
1574 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_7_od_restore_table_single()
1580 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_7_od_restore_table_single()
1586 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_7_od_restore_table_single()
1591 boot_overdrive_table->OverDriveTable.FanZeroRpmStopTemp; in smu_v13_0_7_od_restore_table_single()
[all …]
H A Dsmu_v13_0_0_ppt.c1554 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_0_od_restore_table_single() local
1555 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v13_0_0_od_restore_table_single()
1565 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v13_0_0_od_restore_table_single()
1567 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v13_0_0_od_restore_table_single()
1574 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1580 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v13_0_0_od_restore_table_single()
1586 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v13_0_0_od_restore_table_single()
1592 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v13_0_0_od_restore_table_single()
1598 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v13_0_0_od_restore_table_single()
1603 boot_overdrive_table->OverDriveTable.FanZeroRpmStopTemp; in smu_v13_0_0_od_restore_table_single()
[all …]
H A Dsmu_v13_0.c463 smu_table->boot_overdrive_table = in smu_v13_0_init_smc_tables()
465 if (!smu_table->boot_overdrive_table) { in smu_v13_0_init_smc_tables()
490 kfree(smu_table->boot_overdrive_table); in smu_v13_0_init_smc_tables()
509 kfree(smu_table->boot_overdrive_table); in smu_v13_0_fini_smc_tables()
516 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.c2264 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()
2349 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local
2350 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()
2360 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()
2362 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()
2369 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2375 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()
2381 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()
2387 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v14_0_2_od_restore_table_single()
2669 table_context->boot_overdrive_table, in smu_v14_0_2_od_edit_dpm_table()
[all …]
H A Dsmu_v14_0.c450 smu_table->boot_overdrive_table = in smu_v14_0_init_smc_tables()
452 if (!smu_table->boot_overdrive_table) { in smu_v14_0_init_smc_tables()
477 kfree(smu_table->boot_overdrive_table); in smu_v14_0_init_smc_tables()
495 kfree(smu_table->boot_overdrive_table); in smu_v14_0_fini_smc_tables()
501 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.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()
439 smu_table->boot_overdrive_table = NULL; in smu_v11_0_fini_smc_tables()
H A Dsienna_cichlid_ppt.c2215 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in sienna_cichlid_set_default_od_settings()
2295 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in sienna_cichlid_od_edit_dpm_table()
2404 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
2420 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
H A Dnavi10_ppt.c2574 (OverDriveTable_t *)smu->smu_table.boot_overdrive_table; in navi10_set_default_od_settings()
2715 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in navi10_od_edit_dpm_table()
2719 …memcpy(table_context->overdrive_table, table_context->boot_overdrive_table, sizeof(OverDriveTable_… in navi10_od_edit_dpm_table()
2733 table_context->boot_overdrive_table, in navi10_od_edit_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h358 void *boot_overdrive_table; member