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

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 6 07:06:49 UTC 2024


== Series Details ==

Series: TTM unlockable restartable LRU list iteration (rev4)
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
7d6fb25447372de10c7d82d450bf95e4b2e2a0ab
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3428218d4bd4c17cd9cd51cba1ac8225e2af84a7
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Wed Mar 6 08:01:25 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 dd08fd912fdc1b72984a39852fdbee49b97b8ce4 drm-intel
9c62a9b8f52b drm/ttm: Allow TTM LRU list nodes of different types
bdef972bc66a drm/ttm: Use LRU hitches
68ae50b1364b drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
3428218d4bd4 drm/ttm: Allow continued swapout after -ENOSPC falure




More information about the Intel-xe mailing list