-
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
Updating drm-misc-next to the state of Linux v6.6-rc2. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
- Loading branch information
Showing
14,238 changed files
with
480,748 additions
and
229,287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ modules.order | |
# | ||
# RPM spec file (make rpm-pkg) | ||
# | ||
/*.spec | ||
/kernel.spec | ||
/rpmbuild/ | ||
|
||
# | ||
|
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,54 @@ | ||
What: /config/usb-gadget/gadget/functions/midi2.name | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
The attributes: | ||
|
||
============ =============================================== | ||
process_ump Flag to process UMP Stream messages (0 or 1) | ||
static_block Flag for static blocks (0 or 1) | ||
iface_name MIDI interface name string | ||
============ =============================================== | ||
|
||
What: /config/usb-gadget/gadget/functions/midi2.name/ep.number | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
This group contains a UMP Endpoint configuration. | ||
A new Endpoint starts from 0, and can be up to 3. | ||
|
||
The attributes: | ||
|
||
============= =============================================== | ||
protocol_caps MIDI protocol capabilities (1, 2 or 3 for both) | ||
protocol Default MIDI protocol (1 or 2) | ||
ep_name UMP Endpoint name string | ||
product_id Product ID string | ||
manufacturer Manufacture ID (24 bit) | ||
family Device family ID (16 bit) | ||
model Device model ID (16 bit) | ||
sw_revision Software Revision (32 bit) | ||
============= =============================================== | ||
|
||
What: /config/usb-gadget/gadget/functions/midi2.name/ep.number/block.number | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
This group contains a UMP Function Block configuration. | ||
A new block starts from 0, and can be up to 31. | ||
|
||
The attributes: | ||
|
||
================= ============================================== | ||
name Function Block name string | ||
direction 1: input, 2: output, 3: bidirectional | ||
first_group The first UMP Group number (0-15) | ||
num_groups The number of groups in this FB (1-16) | ||
midi1_first_group The first UMP Group number for MIDI 1.0 (0-15) | ||
midi1_num_groups The number of groups for MIDI 1.0 (0-16) | ||
ui_hint 0: unknown, 1: receiver, 2: sender, 3: both | ||
midi_ci_verison Supported MIDI-CI version number (8 bit) | ||
is_midi1 Legacy MIDI 1.0 device (0, 1 or 2) | ||
sysex8_streams Max number of SysEx8 streams (8 bit) | ||
active Active FB flag (0 or 1) | ||
================= ============================================== |
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,61 @@ | ||
What: /sys/kernel/debug/qat_<device>_<BDF>/qat/fw_counters | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: qat-linux@intel.com | ||
Description: (RO) Read returns the number of requests sent to the FW and the number of responses | ||
received from the FW for each Acceleration Engine | ||
Reported firmware counters:: | ||
|
||
<N>: Number of requests sent from Acceleration Engine N to FW and responses | ||
Acceleration Engine N received from FW | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/config | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: qat-linux@intel.com | ||
Description: (RW) Read returns value of the Heartbeat update period. | ||
Write to the file changes this period value. | ||
|
||
This period should reflect planned polling interval of device | ||
health status. High frequency Heartbeat monitoring wastes CPU cycles | ||
but minimizes the customer’s system downtime. Also, if there are | ||
large service requests that take some time to complete, high frequency | ||
Heartbeat monitoring could result in false reports of unresponsiveness | ||
and in those cases, period needs to be increased. | ||
|
||
This parameter is effective only for c3xxx, c62x, dh895xcc devices. | ||
4xxx has this value internally fixed to 200ms. | ||
|
||
Default value is set to 500. Minimal allowed value is 200. | ||
All values are expressed in milliseconds. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/queries_failed | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: qat-linux@intel.com | ||
Description: (RO) Read returns the number of times the device became unresponsive. | ||
|
||
Attribute returns value of the counter which is incremented when | ||
status query results negative. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/queries_sent | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: qat-linux@intel.com | ||
Description: (RO) Read returns the number of times the control process checked | ||
if the device is responsive. | ||
|
||
Attribute returns value of the counter which is incremented on | ||
every status query. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/status | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: qat-linux@intel.com | ||
Description: (RO) Read returns the device health status. | ||
|
||
Returns 0 when device is healthy or -1 when is unresponsive | ||
or the query failed to send. | ||
|
||
The driver does not monitor for Heartbeat. It is left for a user | ||
to poll the status periodically. |
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/kernel/debug/tpmi-<n>/pfs_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
The PFS (PM Feature Structure) table, shows details of each power | ||
management feature. This includes: | ||
tpmi_id, number of entries, entry size, offset, vsec offset, lock status | ||
and disabled status. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
Shows the memory dump of the MMIO region for a TPMI ID. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_write | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
Allows to write at any offset. It doesn't check for Read/Write access | ||
as hardware will not allow to write at read-only memory. This write is | ||
at offset multiples of 4. The format is instance,offset,contents. | ||
Example: | ||
echo 0,0x20,0xff > mem_write | ||
echo 1,64,64 > mem_write | ||
Users: Debugging, any user space test suite |
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.