✓ CI.checkpatch: success for xe_sync and ufence rework (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Mar 1 04:00:04 UTC 2024


== Series Details ==

Series: xe_sync and ufence rework (rev2)
URL   : https://patchwork.freedesktop.org/series/130418/
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
4dc7d0cc630cdd9ac56065b1a22afc329345a519
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4cdaeb94334e0e521f536b4c46e40843003a8e8f
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Feb 29 19:55:22 2024 -0800

    drm/xe: Get page on user fence creation
    
    Attempt to get page on user fence creation and kmap_local_page on
    signaling. Should reduce latency and can ensure 64 bit atomicity
    compared to copy_to_user.
    
    v2:
     - Prefault page and drop ref (Thomas)
     - Use set_page_dirty_lock (Thomas)
     - try_cmpxchg64 loop (Thomas)
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch c1763f7b4fa52f922a0b507246013779acc58611 drm-intel
1b7abd29e309 drm/xe: Remove used xe_sync_entry_wait
44f528cc3e4e drm/xe: Validate user fence during creation
4cdaeb94334e drm/xe: Get page on user fence creation




More information about the Intel-xe mailing list