Searched refs:boot_overdrive_table (Results 1 – 7 of 7) sorted by relevance
1509 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_7_od_restore_table_single() local1510 (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 …]
1500 OverDriveTableExternal_t *boot_overdrive_table = in smu_v13_0_0_od_restore_table_single() local1501 (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 …]
2315 (OverDriveTableExternal_t *)smu->smu_table.boot_overdrive_table; in smu_v14_0_2_set_default_od_settings()2403 OverDriveTableExternal_t *boot_overdrive_table = in smu_v14_0_2_od_restore_table_single() local2404 (OverDriveTableExternal_t *)table_context->boot_overdrive_table; in smu_v14_0_2_od_restore_table_single()2414 boot_overdrive_table->OverDriveTable.FanLinearTempPoints[i]; in smu_v14_0_2_od_restore_table_single()2416 boot_overdrive_table->OverDriveTable.FanLinearPwmPoints[i]; in smu_v14_0_2_od_restore_table_single()2424 boot_overdrive_table->OverDriveTable.FanZeroRpmEnable; in smu_v14_0_2_od_restore_table_single()2429 boot_overdrive_table->OverDriveTable.AcousticLimitRpmThreshold; in smu_v14_0_2_od_restore_table_single()2435 boot_overdrive_table->OverDriveTable.AcousticTargetRpmThreshold; in smu_v14_0_2_od_restore_table_single()2441 boot_overdrive_table->OverDriveTable.FanTargetTemperature; in smu_v14_0_2_od_restore_table_single()2447 boot_overdrive_table->OverDriveTable.FanMinimumPwm; in smu_v14_0_2_od_restore_table_single()[all …]
395 smu_table->boot_overdrive_table = in smu_v14_0_init_smc_tables()397 if (!smu_table->boot_overdrive_table) { in smu_v14_0_init_smc_tables()422 kfree(smu_table->boot_overdrive_table); in smu_v14_0_init_smc_tables()440 kfree(smu_table->boot_overdrive_table); in smu_v14_0_fini_smc_tables()445 smu_table->boot_overdrive_table = NULL; in smu_v14_0_fini_smc_tables()
373 smu_table->boot_overdrive_table = in smu_v15_0_init_smc_tables()375 if (!smu_table->boot_overdrive_table) { in smu_v15_0_init_smc_tables()400 kfree(smu_table->boot_overdrive_table); in smu_v15_0_init_smc_tables()418 kfree(smu_table->boot_overdrive_table); in smu_v15_0_fini_smc_tables()423 smu_table->boot_overdrive_table = NULL; in smu_v15_0_fini_smc_tables()
320 smu_table->boot_overdrive_table = in smu_v11_0_init_smc_tables()322 if (!smu_table->boot_overdrive_table) { in smu_v11_0_init_smc_tables()339 kfree(smu_table->boot_overdrive_table); in smu_v11_0_init_smc_tables()357 kfree(smu_table->boot_overdrive_table); in smu_v11_0_fini_smc_tables()363 smu_table->boot_overdrive_table = NULL; in smu_v11_0_fini_smc_tables()
415 void *boot_overdrive_table; member