forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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-xe-fixes-2024-02-01' of https://gitlab.freedesktop.org…
…/drm/xe/kernel into drm-fixes UAPI Changes: - Only allow a single user-fence per exec / bind. The reason for this clarification fix is a limitation in the implementation which can be lifted moving forward, if needed. Driver Changes: - A crash fix - A fix for an assert due to missing mem_acces ref - Only allow a single user-fence per exec / bind. - Some sparse warning fixes - Two fixes for compilation failures on various odd combinations of gcc / arch pointed out on LKML. - Fix a fragile partial allocation pointed out on LKML. Cross-driver Change: - A sysfs ABI documentation warning fix This also touches i915 and is acked by i915 maintainers. Signed-off-by: Dave Airlie <[email protected]> From: Thomas Hellstrom <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/ZbuCYdMDVK-kAWC5@fedora
- Loading branch information
Showing
19 changed files
with
234 additions
and
167 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
What: /sys/devices/.../hwmon/hwmon<i>/in0_input | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/in0_input | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
Description: RO. Current Voltage in millivolt. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_max | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/power1_max | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
|
@@ -20,15 +20,15 @@ Description: RW. Card reactive sustained (PL1/Tau) power limit in microwatts. | |
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_rated_max | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/power1_rated_max | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
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 | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/power1_max_interval | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
|
@@ -37,7 +37,7 @@ Description: RW. Sustained power limit interval (Tau in PL1/Tau) in | |
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_crit | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/power1_crit | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
|
@@ -50,7 +50,7 @@ Description: RW. Card reactive critical (I1) power limit in microwatts. | |
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/curr1_crit | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/curr1_crit | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
|
@@ -63,7 +63,7 @@ Description: RW. Card reactive critical (I1) power limit in milliamperes. | |
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/energy1_input | ||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/energy1_input | ||
Date: February 2023 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
What: /sys/devices/.../hwmon/hwmon<i>/power1_max | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_max | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
|
@@ -12,15 +12,15 @@ Description: RW. Card reactive sustained (PL1) power limit in microwatts. | |
|
||
Only supported for particular Intel xe graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_rated_max | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_rated_max | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
Description: RO. Card default power limit (default TDP setting). | ||
|
||
Only supported for particular Intel xe graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_crit | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_crit | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
|
@@ -33,7 +33,7 @@ Description: RW. Card reactive critical (I1) power limit in microwatts. | |
|
||
Only supported for particular Intel xe graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/curr1_crit | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/curr1_crit | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
|
@@ -44,23 +44,23 @@ Description: RW. Card reactive critical (I1) power limit in milliamperes. | |
the operating frequency if the power averaged over a window | ||
exceeds this limit. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/in0_input | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/in0_input | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
Description: RO. Current Voltage in millivolt. | ||
|
||
Only supported for particular Intel xe graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/energy1_input | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/energy1_input | ||
Date: September 2023 | ||
KernelVersion: 6.5 | ||
Contact: [email protected] | ||
Description: RO. Energy input of device in microjoules. | ||
|
||
Only supported for particular Intel xe graphics platforms. | ||
|
||
What: /sys/devices/.../hwmon/hwmon<i>/power1_max_interval | ||
What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/power1_max_interval | ||
Date: October 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
|
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.