-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop…
….org/drm/drm-intel into drm-next Driver Changes: - Fix for #7306: [Arc A380] white flickering when using arc as a secondary gpu (Matt A) - Add Wa_18017747507 for DG2 (Wayne) - Avoid spurious WARN on DG1 due to incorrect cache_dirty flag (Niranjana, Matt A) - Corrections to CS timestamp support for Gen5 and earlier (Ville) - Fix a build error used with clang compiler on hwmon (GG) - Improvements to LMEM handling with RPM (Anshuman, Matt A) - Cleanups in dmabuf code (Mike) - Selftest improvements (Matt A) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/Y2N11wu175p6qeEN@jlahtine-mobl.ger.corp.intel.com
- Loading branch information
Showing
150 changed files
with
6,697 additions
and
2,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
What: /sys/devices/.../hwmon/hwmon<i>/in0_input | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@lists.freedesktop.org | ||
Description: RO. Current Voltage in millivolt. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_max | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@lists.freedesktop.org | ||
Description: RW. Card reactive sustained (PL1/Tau) power limit in microwatts. | ||
|
||
The power controller will throttle the operating frequency | ||
if the power averaged over a window (typically seconds) | ||
exceeds this limit. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_rated_max | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@lists.freedesktop.org | ||
Description: RO. Card default power limit (default TDP setting). | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_max_interval | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@lists.freedesktop.org | ||
Description: RW. Sustained power limit interval (Tau in PL1/Tau) in | ||
milliseconds over which sustained power is averaged. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_crit | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@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 i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/curr1_crit | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@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. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/energy1_input | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: intel-gfx@lists.freedesktop.org | ||
Description: RO. Energy input of device or gt in microjoules. | ||
|
||
For i915 device level hwmon devices (name "i915") this | ||
reflects energy input for the entire device. For gt level | ||
hwmon devices (name "i915_gtN") this reflects energy input | ||
for the gt. | ||
|
||
Only supported for particular Intel i915 graphics platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.