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

Patchwork patchwork at emeril.freedesktop.org
Sun Oct 20 07:30:47 UTC 2024


== Series Details ==

Series: drm/xe: enable lite restore (rev3)
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 c39a7ded4f3dc851fab0dfc8a21471c37a56d3a7
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 38b97dc95877282bd4ddd58864f2b5f29c6cd124 drm-intel
c39a7ded4f3d drm/xe: enable lite restore




More information about the Intel-xe mailing list