✗ CI.checkpatch: warning for Enhance SVM stats
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 3 18:51:52 UTC 2025
== Series Details ==
Series: Enhance SVM stats
URL : https://patchwork.freedesktop.org/series/149796/
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 f46f5068aabbbc1439d4795ca509d40943b13790
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jun 3 11:45:22 2025 -0700
drm/xe: Add more SVM GT stats
Add more SVM GT stats which give visibility to where time is spent in
the SVM page fault handler. Stats include number of faults at a given
size, total SVM page fault time, migration time in us, copy time in us,
copy kb, get pages time in us, and bind time in us. Will help in tuning
SVM for performance.
v2:
- Include local changes
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch ba486e3b10ce5b4ee4d1ffc58aa4cc3b669c02a3 drm-intel
21ceb6a2cd86 drm/xe: Add clear_stats GT debugfs
f46f5068aabb drm/xe: Add more SVM GT stats
-:322: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#322: FILE: drivers/gpu/drm/xe/xe_svm.c:1062:
+ goto out;;
total: 0 errors, 1 warnings, 0 checks, 348 lines checked
More information about the Intel-xe
mailing list