✓ CI.checkpatch: success for drm/xe: Add stats for vma page faults (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 6 15:25:06 UTC 2025


== Series Details ==

Series: drm/xe: Add stats for vma page faults (rev2)
URL   : https://patchwork.freedesktop.org/series/144412/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a64eaf1cf211227edbd4a94fbe650e1617b88652
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Thu Feb 6 14:45:50 2025 +0100

    drm/xe: Add stats for vma page faults
    
    Add new entries in stats for vma page faults. If CONFIG_DEBUG_FS is
    enabled, the count and number of bytes can be viewed per GT in the
    stat debugfs file. This helps when testing, to confirm page faults
    have been triggered as expected. It also helps when looking at the
    performance impact of page faults. Data is simply collected when
    entering the page fault handler so there is no indication whether
    it completed successfully, with or without retries, etc.
    
    Example output:
    
        cat /sys/kernel/debug/dri/0/gt0/stats
        tlb_inval_count: 129
        vma_pagefault_count: 12
        vma_pagefault_bytes: 98304
    
    v2: Rebase
    
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 21c9114d96b8329f08fc4bfb21e57b43cb190878 drm-intel
a64eaf1cf211 drm/xe: Add stats for vma page faults




More information about the Intel-xe mailing list