drivers/acpi/dptf

Intel Dynamic Platform and Thermal Framework (DPTF) participants

ACPI helpers for Intel's Dynamic Platform and Thermal Framework, which exposes power and thermal "participants" (battery power limits, PCH voltage regulator controls, and similar) on Intel laptops and tablets so the OS can balance performance, power draw, and skin temperature. Present on most Intel client systems from roughly the last decade through current 2025 platforms.

keep conf=0.90 deploy=medium replacement=none subsystem=acpi category=power-management
90%

recommendation

It should stay because the hardware is still being sold and the code is under active development: in late 2025 Intel posted patches enabling DPTF on its upcoming Nova Lake platform, and Google contributors are refactoring the INT340X enumeration into modules. There is no deprecation signal, and the ACPI IDs it binds (INT3407, INT3532, and several INTC10xx parts) are widely present in Intel laptops in the field.

repository signals

4 files
435 source lines
18 commits, 5y
+115 / −123 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +2 −0 2021-06: 0 commits · +0 −0 2021-07: 2 commits · +52 −8 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +1 −1 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +9 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1 −3 2022-05: 2 commits · +13 −1 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +0 −3 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +4 −8 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +9 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +2 −2 2024-12: 1 commit · +9 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +9 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1 −1 2025-11: 3 commits · +3 −96 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Late-2025 upstream patch adds DPTF support for Nova Lake, indicating ongoing enablement for current/new Intel client platforms rather than sunset hardware.

  2. lore.kernel.org

    Late-2025 upstream work is refactoring INT340X enumeration into modules, showing active maintenance/rework rather than removal discussion.

  3. cateee.net

    LKDDb shows CONFIG_DPTF_POWER remains present through current mainline/HEAD and binds ACPI IDs INT3407 and INT3532.

  4. cateee.net

    LKDDb shows CONFIG_DPTF_PCH_FIVR remains present through current mainline/HEAD and binds multiple INTC10xx ACPI IDs.

  5. community.intel.com

    Intel community thread includes a February 17, 2025 user report on Windows 11 with DPTF participant devices, evidencing an ongoing installed base on Intel laptops.

codex reasoning notes (technical)

Real driver: Kconfig/Makefile plus module_platform_driver() in 2 .c files. `lore_file_timeline` on dptf_power.c and dptf_pch_fivr.c showed substantial 2025 traffic, including Nova Lake enablement and INT340X modularization; no removal-series signal surfaced. LKDDb URLs were obtained via web search and confirm the configs are still carried in current kernels. The Intel Community URL was obtained via web search and is used only as installed-base evidence. `hardware_still_sold_new_in_2025=true` is an inference from late-2025 upstream enablement for new Intel platforms; deployments are not universal, but still meaningful on Intel client systems exposing these ACPI participant IDs.