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

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 27 12:46:40 UTC 2024


== Series Details ==

Series: Add MSIX functionality to XE (rev2)
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 5b8f15cf39f229f080ad8d226058304771871563
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 03a97fc764e58c66e9a8fd69e0b0b4ae4489ead6 drm-intel
151080f427d9 drm/xe/irq: refactor irq flows to support also msix
556da673adbf drm/xe/irq: add msix allocator
332abaac26be drm/xe/irq: add hw engine irq handler
69c593d5c242 drm/xe/exec: adding msix infra to exec queue
9c3d655335de drm/xe: move the kernel lrc from hwe to execlist port
8d9e9ec871a9 drm/xe: move memirq out of vf
5b369b5f1b37 drm/xe: msix support preparations - enable memirq
5b8f15cf39f2 drm/xe: msix support for hw engines




More information about the Intel-xe mailing list