✓ CI.checkpatch: success for Add MSIX functionality to XE (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 4 09:26:04 UTC 2024


== Series Details ==

Series: Add MSIX functionality to XE (rev3)
URL   : https://patchwork.freedesktop.org/series/135422/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3527c8bbef6eb595080d77b5f1e1d761821cf532
Author: Ilia Levi <illevi at habana.ai>
Date:   Thu Jun 27 15:40:43 2024 +0300

    drm/xe: msix support for hw engines
    
    For devices that support MSIX, we would like to be able to configure
    the hw engines to work with MSIX. This patch allocates MSIX vectors
    for exec queues (via MSIX allocator), registers a handler and
    programs the lrc the same way vf does it (using memirq). An
    additional field added to the lrc is CS_INT_VEC.
    
    MSIX vector 0 is used for GuC-to-host interrupt.
    
    bspec: 60342, 72547
    
    Signed-off-by: Ilia Levi <illevi at habana.ai>
+ /mt/dim checkpatch d9a891c82483466b248175c140d8d11777e2d855 drm-intel
36217ae73685 drm/xe/irq: refactor irq flows to support also msix
abf6b01aa3cf drm/xe/irq: add msix allocator
a500e7ab5260 drm/xe/irq: add hw engine irq handler
969780026d8a drm/xe/exec: adding msix infra to exec queue
1b5e9040435a drm/xe: move the kernel lrc from hwe to execlist port
d95f3d1ec939 drm/xe: move memirq out of vf
7cf2ccf4a490 drm/xe: msix support preparations - enable memirq
3527c8bbef6e drm/xe: msix support for hw engines




More information about the Intel-xe mailing list