-
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
Backmerging into drm-misc-next to get DRM accelerator infrastructure, which is required by ipuv driver. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
- Loading branch information
Showing
12,529 changed files
with
658,397 additions
and
359,346 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information | ||
Date: September 2022 | ||
KernelVersion: 6.1 | ||
Contact: Armin Wolf <W_Armin@gmx.de> | ||
Description: | ||
This file contains the contents of the fan sensor information buffer, | ||
which contains fan sensor entries and a terminating character (0xFF). | ||
|
||
Each fan sensor entry consists of three bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. | ||
|
||
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information | ||
Date: September 2022 | ||
KernelVersion: 6.1 | ||
Contact: Armin Wolf <W_Armin@gmx.de> | ||
Description: | ||
This file contains the contents of the thermal sensor information buffer, | ||
which contains thermal sensor entries and a terminating character (0xFF). | ||
|
||
Each thermal sensor entry consists of five bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
What: /sys/bus/coreboot | ||
Date: August 2022 | ||
Contact: Jack Rosenthal <jrosenth@chromium.org> | ||
Description: | ||
The coreboot bus provides a variety of virtual devices used to | ||
access data structures created by the Coreboot BIOS. | ||
|
||
What: /sys/bus/coreboot/devices/cbmem-<id> | ||
Date: August 2022 | ||
Contact: Jack Rosenthal <jrosenth@chromium.org> | ||
Description: | ||
CBMEM is a downwards-growing memory region created by Coreboot, | ||
and contains tagged data structures to be shared with payloads | ||
in the boot process and the OS. Each CBMEM entry is given a | ||
directory in /sys/bus/coreboot/devices based on its id. | ||
A list of ids known to Coreboot can be found in the coreboot | ||
source tree at | ||
``src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h``. | ||
|
||
What: /sys/bus/coreboot/devices/cbmem-<id>/address | ||
Date: August 2022 | ||
Contact: Jack Rosenthal <jrosenth@chromium.org> | ||
Description: | ||
This is the pyhsical memory address that the CBMEM entry's data | ||
begins at, in hexadecimal (e.g., ``0x76ffe000``). | ||
|
||
What: /sys/bus/coreboot/devices/cbmem-<id>/size | ||
Date: August 2022 | ||
Contact: Jack Rosenthal <jrosenth@chromium.org> | ||
Description: | ||
This is the size of the CBMEM entry's data, in hexadecimal | ||
(e.g., ``0x1234``). | ||
|
||
What: /sys/bus/coreboot/devices/cbmem-<id>/mem | ||
Date: August 2022 | ||
Contact: Jack Rosenthal <jrosenth@chromium.org> | ||
Description: | ||
A file exposing read/write access to the entry's data. Note | ||
that this file does not support mmap(), as coreboot | ||
does not guarantee that the data will be page-aligned. | ||
|
||
The mode of this file is 0600. While there shouldn't be | ||
anything security-sensitive contained in CBMEM, read access | ||
requires root privileges given this is exposing a small subset | ||
of physical memory. |
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,46 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_filter_mode_available | ||
KernelVersion: 6.2 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Reading returns a list with the possible filter modes. | ||
|
||
* "sinc4" - Sinc 4. Excellent noise performance. Long | ||
1st conversion time. No natural 50/60Hz rejection. | ||
|
||
* "sinc4+sinc1" - Sinc4 + averaging by 8. Low 1st conversion | ||
time. | ||
|
||
* "sinc3" - Sinc3. Moderate 1st conversion time. | ||
Good noise performance. | ||
|
||
* "sinc3+rej60" - Sinc3 + 60Hz rejection. At a sampling | ||
frequency of 50Hz, achieves simultaneous 50Hz and 60Hz | ||
rejection. | ||
|
||
* "sinc3+sinc1" - Sinc3 + averaging by 8. Low 1st conversion | ||
time. Best used with a sampling frequency of at least | ||
216.19Hz. | ||
|
||
* "sinc3+pf1" - Sinc3 + Post Filter 1. 53dB rejection @ | ||
50Hz, 58dB rejection @ 60Hz. | ||
|
||
* "sinc3+pf2" - Sinc3 + Post Filter 2. 70dB rejection @ | ||
50Hz, 70dB rejection @ 60Hz. | ||
|
||
* "sinc3+pf3" - Sinc3 + Post Filter 3. 99dB rejection @ | ||
50Hz, 103dB rejection @ 60Hz. | ||
|
||
* "sinc3+pf4" - Sinc3 + Post Filter 4. 103dB rejection @ | ||
50Hz, 109dB rejection @ 60Hz. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_filter_mode | ||
KernelVersion: 6.2 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Set the filter mode of the differential channel. When the filter | ||
mode changes, the in_voltageY-voltageZ_sampling_frequency and | ||
in_voltageY-voltageZ_sampling_frequency_available attributes | ||
might also change to accommodate the new filter mode. | ||
If the current sampling frequency is out of range for the new | ||
filter mode, the sampling frequency will be changed to the | ||
closest valid one. |
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/iio/devices/iio:deviceX/in_voltage_filterY_notch_en | ||
Date: September 2022 | ||
KernelVersion: 6.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Enable or disable a notch filter. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage_filterY_notch_center | ||
Date: September 2022 | ||
KernelVersion: 6.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Center frequency of the notch filter in Hz. |
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.