✓ CI.checkpatch: success for drm/xe: enable lite restore

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 17 16:42:36 UTC 2024


== Series Details ==

Series: drm/xe: enable lite restore
URL   : https://patchwork.freedesktop.org/series/140129/
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 0412534fd9e92bc36b59e361fad7cceb9fc357b5
Author: Fei Yang <fei.yang at intel.com>
Date:   Thu Oct 17 09:27:10 2024 -0700

    drm/xe: enable lite restore
    
    The lite restore is a performance improvement feature which avoids
    unnecessary context switch (flush, save and rstore) if the incoming
    context has a ContextID matching that of the outgoing context. The
    scheduling is done by the Guc firmware, so on the driver side it's
    just a matter of setting corresponding GuC_CTL_FEATURE flag.
    This is supposed to be enabled by default, thus the flag is set
    unconditionally.
    
    Signed-off-by: Fei Yang <fei.yang at intel.com>
    Reviewed-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch c315a22fd2fd5a6d7303ea0411aaa99037d85223 drm-intel
0412534fd9e9 drm/xe: enable lite restore




More information about the Intel-xe mailing list