| /linux/Documentation/netlink/specs/ |
| H A D | dpll.yaml | 477 fractional-frequency-offset-ppt. 513 name: fractional-frequency-offset-ppt 524 Value is in PPT (parts per trillion, 10^-12). 566 name: fractional-frequency-offset-ppt 736 - fractional-frequency-offset-ppt
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu15_driver_if_v15_0_0.h | 212 uint32_t SocketPower; //Time filtered power used for PPT/STAPM [APU+dGPU] [mW] 222 … //Counter that is incremented on every metrics table update when fast PPT was engaged [PM_TIM… 223 … //Counter that is incremented on every metrics table update when slow PPT was engaged [PM_TIM…
|
| H A D | smu13_driver_if_v13_0_0.h | 709 //PPT 710 int16_t Ppt; // % member 747 //PPT 748 int16_t Ppt; // % member
|
| H A D | smu13_driver_if_v13_0_7.h | 719 //PPT 720 int16_t Ppt; // % member 758 //PPT 759 int16_t Ppt; // % member
|
| H A D | smu14_driver_if_v14_0.h | 772 //PPT 773 int16_t Ppt; // % member 834 //PPT 835 int16_t Ppt; // % member
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.c | 75 " -B PPT Rescue bandwidth in parts per thousand, 0 disables (root only, default 20)\n" 389 u32 ppt = strtoul(optarg, NULL, 0); in main() local 391 if (!ppt) in main() 392 ppt = __COMPAT_ENUM_OR_ZERO("scx_consts", "SCX_RESCUE_DISABLE"); in main() 393 skel->struct_ops.qmap_ops->rescue_bandwidth_ppt = ppt; in main()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp.h | 258 /* Total 1024 entries in PPT, i.e 4K/4 considering 4K aligned 286 * of CMEM (PPT) 295 /* Of 20 bits cookie, b0-b8 is to indicate SPT offset and b9-19 for PPT */
|
| /linux/tools/perf/util/ |
| H A D | probe-finder.c | 1618 struct perf_probe_point *ppt) in debuginfo__find_probe_point() 1709 ppt->line = lineno - baseline; in debuginfo__find_probe_point() 1711 ppt->offset = addr - baseaddr; 1717 ppt->function = strdup(func); in line_range_add_line() 1718 if (ppt->function == NULL) { in line_range_add_line() 1724 ppt->file = strdup(fname); in line_range_walk_cb() 1725 if (ppt->file == NULL) { in line_range_walk_cb() 1726 zfree(&ppt->function); in line_range_walk_cb() 1592 debuginfo__find_probe_point(struct debuginfo * dbg,u64 addr,struct perf_probe_point * ppt) debuginfo__find_probe_point() argument
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 563 ATOM_PPLIB_POWERTUNE_Table_V1 *ppt = (ATOM_PPLIB_POWERTUNE_Table_V1 *) in amdgpu_parse_extended_power_table() local 567 ppt->usMaximumPowerDeliveryLimit; in amdgpu_parse_extended_power_table() 568 pt = &ppt->power_tune_table; in amdgpu_parse_extended_power_table() 570 ATOM_PPLIB_POWERTUNE_Table *ppt = (ATOM_PPLIB_POWERTUNE_Table *) in amdgpu_parse_extended_power_table() local 574 pt = &ppt->power_tune_table; in amdgpu_parse_extended_power_table()
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | sps.c | 109 pr_debug("PPT[%d] = %u\n", i, info->val[i].pmf_ppt); in amd_pmf_dump_apts_sps_defaults() 110 pr_debug("PPT APU[%d] = %u\n", i, info->val[i].ppt_pmf_apu_only); in amd_pmf_dump_apts_sps_defaults()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 1263 ATOM_PPLIB_POWERTUNE_Table_V1 *ppt = (ATOM_PPLIB_POWERTUNE_Table_V1 *) in r600_parse_extended_power_table() local 1267 le16_to_cpu(ppt->usMaximumPowerDeliveryLimit); in r600_parse_extended_power_table() 1268 pt = &ppt->power_tune_table; in r600_parse_extended_power_table() 1270 ATOM_PPLIB_POWERTUNE_Table *ppt = (ATOM_PPLIB_POWERTUNE_Table *) in r600_parse_extended_power_table() local 1274 pt = &ppt->power_tune_table; in r600_parse_extended_power_table()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | base.c | 141 nvkm_mmu_ptc_put(struct nvkm_mmu *mmu, bool force, struct nvkm_mmu_pt **ppt) in nvkm_mmu_ptc_put() argument 143 struct nvkm_mmu_pt *pt = *ppt; in nvkm_mmu_ptc_put()
|
| /linux/Documentation/wmi/devices/ |
| H A D | lenovo-wmi-gamezone.rst | 46 user modifications to Package Power Tracking (PPT) and fan curve settings. 50 of supported profiles, the BIOS will override any user PPT settings when
|
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.c | 941 /* Always create by default, unless PPT is not present */ in asus_fw_attr_add() 1057 pr_debug("No AC PPT limits defined\n"); in init_rog_tunables() 1106 pr_debug("No DC PPT limits defined\n"); in init_rog_tunables()
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | kgd_pp_interface.h | 257 * APU power is managed to system-level requirements through the PPT 258 * (package power tracking) feature. PPT is intended to limit power to the 1722 /* time filtered power used for PPT/STAPM [APU+dGPU] [mW] */
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_types.h | 367 __SMU_DUMMY_MAP(PPT), \
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 1645 od_percent_upper = pptable->SkuTable.OverDriveLimitsBasicMax.Ppt; in smu_v14_0_2_get_power_limit() 1646 od_percent_lower = pptable->SkuTable.OverDriveLimitsBasicMin.Ppt; in smu_v14_0_2_get_power_limit() 1649 od_percent_lower = pptable->SkuTable.OverDriveLimitsBasicMin.Ppt; in smu_v14_0_2_get_power_limit() 2807 od_table->OverDriveTable.Ppt = 0; in smu_v14_0_2_set_power_limit() 2822 od_table->OverDriveTable.Ppt = (limit * 100) / msg_limit - 100; in smu_v14_0_2_set_power_limit()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-pci.c | 356 * PPT desktop boards DH77EB and DH77DF will power back on after in xhci_pci_quirks() 361 * PPT chipsets. in xhci_pci_quirks()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.c | 192 FEA_MAP(PPT), 1272 /* the last hope to figure out the ppt limit */ in arcturus_get_power_limit() 1274 dev_err(smu->adev->dev, "Cannot get PPT limit due to pptable missing!"); in arcturus_get_power_limit()
|
| H A D | sienna_cichlid_ppt.c | 208 FEA_MAP(PPT), 438 PPTable_t *ppt; in sienna_cichlid_append_powerplay_table() local 443 ppt = smu->smu_table.driver_pptable; in sienna_cichlid_append_powerplay_table() 457 smu_memcpy_trailing(ppt, I2cControllers, BoardReserved, in sienna_cichlid_append_powerplay_table()
|
| H A D | vangogh_ppt.c | 157 FEA_MAP(PPT), 2340 dev_err(smu->adev->dev, "Get slow PPT limit failed!\n"); in vangogh_get_power_limit() 2355 dev_err(smu->adev->dev, "Get fast PPT limit failed!\n"); in vangogh_get_power_limit()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | aldebaran_ppt.c | 1134 "PPT feature is not enabled, power values can't be fetched."); in aldebaran_get_power_limit() 1147 /* the last hope to figure out the ppt limit */ in aldebaran_get_power_limit() 1150 "Cannot get PPT limit due to pptable missing!"); in aldebaran_get_power_limit()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_8_ppt.c | 1859 dev_err(smu->adev->dev, "Couldn't get PPT limit"); in smu_v15_0_8_get_power_limit() 2233 dev_err(smu->adev->dev, "Set fast PPT limit failed!\n"); in smu_v15_0_8_set_power_limit() 2266 "Get fast PPT limit failed!\n"); in smu_v15_0_8_get_ppt_limit()
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | acpi.c | 429 "PPT Limit",
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_powertune.c | 1306 "Attempt to enable PPT feature Failed!", in vega10_enable_power_containment() 1312 "Attempt to enable PPT feature Failed!", in vega10_enable_power_containment() 1332 "Attempt to disable PPT feature Failed!", in vega10_disable_power_containment() 1338 "Attempt to disable PPT feature Failed!", in vega10_disable_power_containment()
|