-
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 drm/drm-next into drm-misc-next
Kickstart new drm-misc-next cycle. Signed-off-by: Maxime Ripard <maxime@cerno.tech>
- Loading branch information
Showing
9,912 changed files
with
573,009 additions
and
256,125 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
13 changes: 13 additions & 0 deletions
13
Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore
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,13 @@ | ||
What: /sys/bus/event_source/devices/uncore_*/alias | ||
Date: June 2021 | ||
KernelVersion: 5.15 | ||
Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> | ||
Description: Read-only. An attribute to describe the alias name of | ||
the uncore PMU if an alias exists on some platforms. | ||
The 'perf(1)' tool should treat both names the same. | ||
They both can be used to access the uncore PMU. | ||
|
||
Example: | ||
|
||
$ cat /sys/devices/uncore_cha_2/alias | ||
uncore_type_0_2 |
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,31 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/out_temp_raw | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <ak@it-klinger.de> | ||
Description: | ||
Set the temperature. This value is sent to the sensor for | ||
temperature compensation. | ||
Default value: 25000 (25 °C) | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_humidityrelative_raw | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <ak@it-klinger.de> | ||
Description: | ||
Set the relative humidity. This value is sent to the sensor for | ||
humidity compensation. | ||
Default value: 50000 (50 % relative humidity) | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_resistance_calibbias | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <ak@it-klinger.de> | ||
Description: | ||
Set the bias value for the resistance which is used for | ||
calculation of in_concentration_input as follows: | ||
|
||
x = (in_resistance_raw - in_resistance_calibbias) * 0.65 | ||
|
||
in_concentration_input = 500 / (1 + e^x) | ||
|
||
Default value: 30000 |
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.