✓ CI.checkpatch: success for series starting with [CI,1/3] drm/ttm: Allow TTM LRU list nodes of different types

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 6 12:28:07 UTC 2024


== Series Details ==

Series: series starting with [CI,1/3] drm/ttm: Allow TTM LRU list nodes of different types
URL   : https://patchwork.freedesktop.org/series/129578/
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 aef83409c5512f757bf144a06e2f8b5169ceea30
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Tue Feb 6 13:17:16 2024 +0100

    drm/ttm: Consider hitch moves within bulk sublist moves
    
    To work around the problem with hitches moving when bulk move
    sublists are bumped, keep a second hitch when traversing a bulk
    move sublist, which is attached to the list *after* the bulk
    move sublist. If we detect a sublist bump, we use that second
    hitch as the continuation point of list traversal.
    
    Sublist bumps are detected by checking the sublist age which is
    increased by 1 each time it was bumped. The age is then compared
    to that of the last iteration returning an item within the sublist.
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 7c79a8cb401543f9c8aa8a60e497ae1720ec4cf0 drm-intel
4f966e54b drm/ttm: Allow TTM LRU list nodes of different types
86b9c9223 drm/ttm: Use LRU hitches
aef83409c drm/ttm: Consider hitch moves within bulk sublist moves




More information about the Intel-xe mailing list