✗ CI.checkpatch: warning for MSI-X support (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 6 11:28:14 UTC 2024
== Series Details ==
Series: MSI-X support (rev4)
URL : https://patchwork.freedesktop.org/series/140877/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fe55ae208971268c08af26d4acd92b78362232e7
Author: Dani Liberman <dliberman at habana.ai>
Date: Tue Nov 5 11:24:12 2024 +0200
drm/xe/uapi: Support requesting unique MSI-X for exec queue
Unique MSI-X per exec queue will improve the performance of the
IRQ handler. In case no MSI-X is available, the uAPI will return
-EBUSY error and the user would be able to execute the uAPI again
without the flag (fallback to default MSI-X).
Co-authored-by: Ilia Levi <ilia.levi at intel.com>
Signed-off-by: Dani Liberman <dliberman at habana.ai>
+ /mt/dim checkpatch e6ccd1b8868ec5bc1569c0dbd0dbbd46148cc541 drm-intel
7eef95c2275e drm/xe: Initial MSI-X support for HW engines
-:411: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#411:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 552 lines checked
b96d924ae254 drm/xe: Manage MSI-X interrupts allocation
fe55ae208971 drm/xe/uapi: Support requesting unique MSI-X for exec queue
-:11: WARNING:BAD_SIGN_OFF: Non-standard signature: Co-authored-by:
#11:
Co-authored-by: Ilia Levi <ilia.levi at intel.com>
total: 0 errors, 1 warnings, 0 checks, 184 lines checked
More information about the Intel-xe
mailing list