[Intel-xe] ✓ CI.checkpatch: success for drm/xe/engine: add missing rpm for bind engines

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 25 11:04:43 UTC 2023


== Series Details ==

Series: drm/xe/engine: add missing rpm for bind engines
URL   : https://patchwork.freedesktop.org/series/121305/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 25e325532c6a3dc169ceb499a17ae4537a769b36
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Tue Jul 25 12:01:17 2023 +0100

    drm/xe/engine: add missing rpm for bind engines
    
    Bind engines need to use the migration vm, however we don't have any rpm
    for such a vm, otherwise the kernel would prevent rpm suspend-resume.
    There are two issues here, first is the actual engine create which needs
    to touch the lrc, but since that is in VRAM we trigger loads of missing
    mem_access asserts. The second issue is when destroying the actual
    engine, which requires GuC CT to deregister the context.
    
    Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/499
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch 9698525fb32efb5a5a439bc34b4735e0fdfafdae drm-intel
25e325532 drm/xe/engine: add missing rpm for bind engines




More information about the Intel-xe mailing list