✓ CI.checkpatch: success for TTM unlockable restartable LRU list iteration

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 16 13:20:02 UTC 2024


== Series Details ==

Series: TTM unlockable restartable LRU list iteration
URL   : https://patchwork.freedesktop.org/series/130000/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3a1c1490d63a9899feb46378f160b7436da410d9
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Feb 16 14:13:06 2024 +0100

    drm/ttm: Allow continued swapout after -ENOSPC falure
    
    The -ENOSPC failure from ttm_bo_swapout() meant that the lru_lock
    was dropped and simply restarting the iteration meant we'd likely
    hit the same error again on the same resource. Now that we can
    restart the iteration even if the lock was dropped, do that.
    
    Cc: Christian König <christian.koenig at amd.com>
    Cc: <dri-devel at lists.freedesktop.org>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 2b4b0c5d388b6148478a187eac6f503800f5063d drm-intel
833eabbe2 drm/ttm: Allow TTM LRU list nodes of different types
8874e8e27 drm/ttm: Use LRU hitches
25ea36ec5 drm/ttm: Consider hitch moves within bulk sublist moves
3a1c1490d drm/ttm: Allow continued swapout after -ENOSPC falure




More information about the Intel-xe mailing list