✗ CI.checkpatch: warning for Enable SVM atomics in Xe / GPU SVM (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 23 13:03:02 UTC 2025
== Series Details ==
Series: Enable SVM atomics in Xe / GPU SVM (rev4)
URL : https://patchwork.freedesktop.org/series/147846/
State : warning
== 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 5fd72fe15fb5bd7435735fd072ea61888f6a0cd6
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Apr 22 10:04:15 2025 -0700
drm/xe: Add atomic_svm_timeslice_ms debugfs entry
Add some informal control for atomic SVM fault GPU timeslice to be able
to play around with values and tweak performance.
v2:
- Reduce timeslice default value to 5ms
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch d6a6684585dd1c86a8ad88d592c73193482cf5a1 drm-intel
513b5853a127 drm/gpusvm: Introduce devmem_only flag for allocation
37b959904e24 drm/xe: Strict migration policy for atomic SVM faults
-:66: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#66: FILE: drivers/gpu/drm/xe/xe_svm.c:657:
+ return ((range->tile_present & ~range->tile_invalidated) & BIT(tile->id))
+ && (!devmem_only || range->base.flags.migrate_devmem);
total: 0 errors, 0 warnings, 1 checks, 166 lines checked
8eb82f17efec drm/gpusvm: Add timeslicing support to GPU SVM
019524a56c65 drm/xe: Timeslice GPU on atomic SVM fault
5fd72fe15fb5 drm/xe: Add atomic_svm_timeslice_ms debugfs entry
More information about the Intel-xe
mailing list