✗ CI.checkpatch: warning for Enhance SVM stats

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 3 18:45:49 UTC 2025


== Series Details ==

Series: Enhance SVM stats
URL   : https://patchwork.freedesktop.org/series/149795/
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 43034550305936411889b70b9ff055260cec77a4
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jun 3 11:41:33 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.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch ba486e3b10ce5b4ee4d1ffc58aa4cc3b669c02a3 drm-intel
8c98ed4cb23c drm/xe: Add clear_stats GT debugfs
430345503059 drm/xe: Add more SVM GT stats
-:319: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#319: FILE: drivers/gpu/drm/xe/xe_svm.c:1062:
+		goto out;;

total: 0 errors, 1 warnings, 0 checks, 347 lines checked




More information about the Intel-xe mailing list