✓ CI.checkpatch: success for MSI-X support
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 13 09:08:15 UTC 2024
== Series Details ==
Series: MSI-X support
URL : https://patchwork.freedesktop.org/series/142523/
State : success
== 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 f8d0499f432097d2f78dd06a477749e88e7bf0eb
Author: Dani Liberman <dliberman at habana.ai>
Date: Fri Dec 13 09:03:53 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-developed-by: Ilia Levi <ilia.levi at intel.com>
Signed-off-by: Ilia Levi <ilia.levi at intel.com>
Signed-off-by: Dani Liberman <dliberman at habana.ai>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch a4502e763bb931b68fa9be46262724a61ae951e3 drm-intel
9abfaa9ed581 drm/xe/irq: Separate MSI and MSI-X flows
97369bbd85fd drm/xe: Initial MSI-X support for HW engines
f1731d35655b drm/xe/irq: Manage MSI-X interrupts allocation
f8d0499f4320 drm/xe/uapi: Support requesting unique MSI-X for exec queue
More information about the Intel-xe
mailing list