✓ CI.checkpatch: success for drm/xe: Add a xe_bo subtest for shrinking / swapping (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Sep 10 05:27:43 UTC 2024


== Series Details ==

Series: drm/xe: Add a xe_bo subtest for shrinking / swapping (rev2)
URL   : https://patchwork.freedesktop.org/series/138262/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 35d1a927d1f09b7c30fa429b7ef2101b7a0b6f0c
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Mon Sep 9 10:56:54 2024 +0200

    drm/xe: Add a xe_bo subtest for shrinking / swapping
    
    Add a subtest that tries to allocate twice the amount of
    buffer object memory available, write data to it and then read
    all the data back verifying data integrity.
    In order to be able to do this on systems that
    have no or not enough swap-space available, allocate some memory
    as purgeable, and introduce a function to purge such memory from
    the TTM swap_notify path.
    
    this test is intended to add test coverage to the current
    bo swap path and upcoming shrinking path.
    
    The test has previously been part of the xe bo shrinker series.
    
    v2:
    - Skip test if the execution time is expected to be too long.
    - Minor code cleanups.
    
    v3:
    - Print random seed. (Matthew Auld)
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Matthew Auld <matthew.auld at intel.com>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch bab1666fc2379a31ac48e7d61683d3edeaf29244 drm-intel
35d1a927d1f0 drm/xe: Add a xe_bo subtest for shrinking / swapping




More information about the Intel-xe mailing list