✗ CI.checkpatch: warning for Enable SVM atomics in Xe / GPU SVM (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 23 12:48:31 UTC 2025


== Series Details ==

Series: Enable SVM atomics in Xe / GPU SVM (rev3)
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 a666f292b88e3e23edd0be6e9ded225494465ad0
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Apr 22 09:57:23 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>
+ /mt/dim checkpatch d6a6684585dd1c86a8ad88d592c73193482cf5a1 drm-intel
7525026927a9 drm/gpusvm: Introduce devmem_only flag for allocation
8790a601b354 drm/xe: Strict migration policy for atomic SVM faults
-:63: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#63: 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
9bd22ac6f611 drm/gpusvm: Add timeslicing support to GPU SVM
87090072110e drm/xe: Timeslice GPU on atomic SVM fault
a666f292b88e drm/xe: Add atomic_svm_timeslice_ms debugfs entry




More information about the Intel-xe mailing list