Bug 8174 - Intel: backport TPMI RAPL driver for GNR/SRF to devel-5.10
Summary: Intel: backport TPMI RAPL driver for GNR/SRF to devel-5.10
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-03 18:29 UTC by 小笼包
Modified: 2024-02-05 16:33 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 小笼包 intel_group 2024-02-03 18:29:05 UTC
Description of problem:
The TPMI (Topology Aware Register and PM Capsule Interface) provides a
flexible, extendable and PCIe enumerable MMIO interface for PM features.
Intel RAPL (Running Average Power Limit) is one of the features that
benefit from this.
This RAPL TPMI Interface driver binds the RAPL auxiliary device created
by the TPMI enumeration driver and expose the RAPL control to userspace
via powercap sysfs class.
This change will backport TPMI RAPL driver support on Intel Birch
Stream (BHS) platforms (including GNR and SRF) to devel-5.10.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-02-05 16:33:56 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2757