mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Move power2/curr2_crit to channel 1 i.e power1/curr1_crit as this represents the entire card critical power/current. v2: Update the date of curr1_crit also in hwmon documentation. Signed-off-by: Karthik Poosa <karthik.poosa@intel.com> Fixes:345dadc4f6("drm/xe/hwmon: Add infra to support card power and energy attributes") Reviewed-by: Badal Nilawar <badal.nilawar@intel.com> Link: https://lore.kernel.org/r/20250529163458.2354509-3-karthik.poosa@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> (cherry picked from commit25e963a09e) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
151 lines
5.2 KiB
Plaintext
151 lines
5.2 KiB
Plaintext
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_max
|
|
Date: September 2023
|
|
KernelVersion: 6.5
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Card reactive sustained (PL1) power limit in microwatts.
|
|
|
|
The power controller will throttle the operating frequency
|
|
if the power averaged over a window (typically seconds)
|
|
exceeds this limit. A read value of 0 means that the PL1
|
|
power limit is disabled, writing 0 disables the
|
|
limit. Writing values > 0 and <= TDP will enable the power limit.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_rated_max
|
|
Date: September 2023
|
|
KernelVersion: 6.5
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Card default power limit (default TDP setting).
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/energy1_input
|
|
Date: September 2023
|
|
KernelVersion: 6.5
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Card energy input of device in microjoules.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_max_interval
|
|
Date: October 2023
|
|
KernelVersion: 6.6
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Card sustained power limit interval (Tau in PL1/Tau) in
|
|
milliseconds over which sustained power is averaged.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power2_max
|
|
Date: February 2024
|
|
KernelVersion: 6.8
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Package reactive sustained (PL1) power limit in microwatts.
|
|
|
|
The power controller will throttle the operating frequency
|
|
if the power averaged over a window (typically seconds)
|
|
exceeds this limit. A read value of 0 means that the PL1
|
|
power limit is disabled, writing 0 disables the
|
|
limit. Writing values > 0 and <= TDP will enable the power limit.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power2_rated_max
|
|
Date: February 2024
|
|
KernelVersion: 6.8
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Package default power limit (default TDP setting).
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_crit
|
|
Date: May 2025
|
|
KernelVersion: 6.15
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Card reactive critical (I1) power limit in microwatts.
|
|
|
|
Card reactive critical (I1) power limit in microwatts is exposed
|
|
for client products. The power controller will throttle the
|
|
operating frequency if the power averaged over a window exceeds
|
|
this limit.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/curr1_crit
|
|
Date: May 2025
|
|
KernelVersion: 6.15
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Card reactive critical (I1) power limit in milliamperes.
|
|
|
|
Card reactive critical (I1) power limit in milliamperes is
|
|
exposed for server products. The power controller will throttle
|
|
the operating frequency if the power averaged over a window
|
|
exceeds this limit.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/energy2_input
|
|
Date: February 2024
|
|
KernelVersion: 6.8
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Package energy input of device in microjoules.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power2_max_interval
|
|
Date: February 2024
|
|
KernelVersion: 6.8
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RW. Package sustained power limit interval (Tau in PL1/Tau) in
|
|
milliseconds over which sustained power is averaged.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/in1_input
|
|
Date: February 2024
|
|
KernelVersion: 6.8
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Package current voltage in millivolt.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/temp2_input
|
|
Date: March 2025
|
|
KernelVersion: 6.15
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Package temperature in millidegree Celsius.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/temp3_input
|
|
Date: March 2025
|
|
KernelVersion: 6.15
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. VRAM temperature in millidegree Celsius.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan1_input
|
|
Date: March 2025
|
|
KernelVersion: 6.16
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Fan 1 speed in RPM.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan2_input
|
|
Date: March 2025
|
|
KernelVersion: 6.16
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Fan 2 speed in RPM.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|
|
|
|
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan3_input
|
|
Date: March 2025
|
|
KernelVersion: 6.16
|
|
Contact: intel-xe@lists.freedesktop.org
|
|
Description: RO. Fan 3 speed in RPM.
|
|
|
|
Only supported for particular Intel Xe graphics platforms.
|