✗ CI.checkpatch: warning for Prefetch Support for svm ranges (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue Apr 29 10:37:14 UTC 2025
== Series Details ==
Series: Prefetch Support for svm ranges (rev4)
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 5e37b9a35997d3961917e60ca36428167d9f2210
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue Apr 29 16:12:33 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 c0d5f348399e840ebd39d6d5894e9280cfae49ef drm-intel
707869ed480d drm/gpusvm: Introduce devmem_only flag for allocation
5e9e7e1c3720 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
a1c6385a758e drm/gpusvm: Add timeslicing support to GPU SVM
7f15e1514253 drm/xe: Timeslice GPU on atomic SVM fault
87e1ecd54f22 drm/xe: Add atomic_svm_timeslice_ms debugfs entry
311fd64f82f0 drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of ranges
a04f401397d5 drm/xe: Make xe_svm_alloc_vram public
1d150328f42d drm/xe/svm: Helper to add tile masks to svm ranges
60c885278fbd drm/xe/svm: Make to_xe_range a public function
cbd08733363a drm/xe/svm: Make xe_svm_range_* end/start/size public
f2fb539ec53f drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment value
fb14f4d1fee6 drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetch
ebd2390d281d drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
8695928ad5fe drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
32776cc1ec7e drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public
ca178da52e0a drm/xe/svm: Add xe_svm_range_validate_and_evict() function
dd993c5e8aa8 drm/gpusvm: Introduce drm_gpusvm_range_find_or_insert_start() function
9414f1d1013d drm/xe/svm: Add xe_svm_range_find_or_insert_start()
169a9b211729 drm/xe/svm: Implement prefetch support for SVM ranges
5e37b9a35997 drm/xe/vm: Add debug prints for SVM range prefetch
More information about the Intel-xe
mailing list