✓ CI.checkpatch: success for drm/xe: Make sure scheduler is ready before submission

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 20 12:39:08 UTC 2025


== Series Details ==

Series: drm/xe: Make sure scheduler is ready before submission
URL   : https://patchwork.freedesktop.org/series/145173/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 376a2be50d110ce464ce47be188bc04cc8df6295
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Thu Feb 20 18:08:59 2025 +0530

    drm/xe: Make sure scheduler is ready before submission
    
    Async call to __guc_exec_queue_fini_async frees scheduler
    while some scheduler submission would have already started.
    To handle such small window race case, submission should only
    start when scheduler is ready.
    
    It will help to solve below which is not easily reproducible,
    https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4223
    
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 1d579c3706d3698c87fddca8cf001e46e22efe0c drm-intel
376a2be50d11 drm/xe: Make sure scheduler is ready before submission




More information about the Intel-xe mailing list