✓ CI.checkpatch: success for drm/xe/svm: Add stats for SVM page faults

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 12 08:20:50 UTC 2025


== Series Details ==

Series: drm/xe/svm: Add stats for SVM page faults
URL   : https://patchwork.freedesktop.org/series/146196/
State : success

== 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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 85c88c273d1d3e7b3596e50cb9d3d35b1a05ee8b
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Wed Mar 12 09:12:22 2025 +0100

    drm/xe/svm: Add stats for SVM page faults
    
    Add a new entry in stats to for svm page faults. If CONFIG_DEBUG_FS is
    enabled, the count can be viewed with per GT stat debugfs file.
    
    This is similar to what is already in place for vma page faults.
    
    Example output:
    
        cat /sys/kernel/debug/dri/0/gt0/stats
        svm_pagefault_count: 6
        tlb_inval_count: 78
        vma_pagefault_count: 0
        vma_pagefault_kb: 0
    
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch f7d8381dd3abe62c22d27ea7998f20d8b7dab7c3 drm-intel
85c88c273d1d drm/xe/svm: Add stats for SVM page faults




More information about the Intel-xe mailing list