✗ CI.checkpatch: warning for Prefetch Support for svm ranges (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 28 10:13:19 UTC 2025
== Series Details ==
Series: Prefetch Support for svm ranges (rev3)
URL : https://patchwork.freedesktop.org/series/146079/
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 3c32b0ee285edb4b7557965e74ee3f67885ea159
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Mon Apr 28 16:02:24 2025 +0530
drm/xe/vm: Add debug prints for SVM range prefetch
Introduce debug logs for the prefetch operation of SVM ranges.
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 4dfede9f7f69716060d29d84a1267f893da9dbee drm-intel
77bf90e34047 drm/gpusvm: Introduce devmem_only flag for allocation
972c7902ed4b 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
0af7b177b185 drm/gpusvm: Add timeslicing support to GPU SVM
eb3524c0578e drm/xe: Timeslice GPU on atomic SVM fault
896f90fbd0ed drm/xe: Add atomic_svm_timeslice_ms debugfs entry
de0b1804b0e7 drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of ranges
990952574494 drm/xe: Make xe_svm_alloc_vram public
801772dcd92e drm/xe/svm: Helper to add tile masks to svm ranges
0152ea0175f8 drm/xe/svm: Make to_xe_range a public function
f4a7e2041184 drm/xe/svm: Make xe_svm_range_* end/start/size public
1923bd7e233f drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment value
c1aba9b9b489 drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetch
30446470a472 drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
65dad551a22a drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
5b32fdc93708 drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public
dcd7533d7a40 drm/xe/svm: Add xe_svm_range_validate_and_evict() function
e7ac02484d1b drm/xe/svm: Implement prefetch support for SVM ranges
3c32b0ee285e drm/xe/vm: Add debug prints for SVM range prefetch
More information about the Intel-xe
mailing list