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

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 5 10:41:57 UTC 2024


== Series Details ==

Series: TTM unlockable restartable LRU list iteration (rev2)
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
4dc7d0cc630cdd9ac56065b1a22afc329345a519
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6e3104f1631486096e9ebb0db2c11c9ce5e9535c
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Tue Mar 5 11:34:45 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: Somalapuram Amaranath <Amaranath.Somalapuram 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 98da761379cfaa31b32641ad648f83c90a8e629e drm-intel
aa88889be970 drm/ttm: Allow TTM LRU list nodes of different types
4414db953e49 drm/ttm: Use LRU hitches
452ff4d0c4b0 drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
6e3104f16314 drm/ttm: Allow continued swapout after -ENOSPC falure




More information about the Intel-xe mailing list