✓ CI.checkpatch: success for drm/xe: Don't use drm exec locking in SVM pagefaults (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 5 20:53:11 UTC 2025


== Series Details ==

Series: drm/xe: Don't use drm exec locking in SVM pagefaults (rev2)
URL   : https://patchwork.freedesktop.org/series/149789/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8d13a7b4d2c49b1fc699f0750d3bcf346146eef0
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jun 3 10:40:12 2025 -0700

    drm/xe: Don't use drm exec locking in SVM pagefaults
    
    Only the VM dma-resv lock is needed in SVM pagefaults so
    xe_vm_lock/unlock can be used instead of drm exec. Micro optimization
    but should save some CPU cycles in a critical path.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 832a676ed68901ea8c404d8602381cd8ca413e88 drm-intel
8d13a7b4d2c4 drm/xe: Don't use drm exec locking in SVM pagefaults




More information about the Intel-xe mailing list