✗ CI.checkpatch: warning for drm/ttm, drm/xe: Shrinker support (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 28 09:51:52 UTC 2024


== Series Details ==

Series: drm/ttm, drm/xe: Shrinker support (rev3)
URL   : https://patchwork.freedesktop.org/series/131695/
State : warning

== 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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d08eb9a3a268d143882c18a352a5cea5b24eae27
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Thu Mar 28 10:44:54 2024 +0100

    drm/xe: Add a shrinker for xe bos
    
    Rather than relying on the TTM watermark accounting add a shrinker
    for xe_bos in TT or system memory.
    
    Leverage the newly added TTM per-page shrinking and shmem backup
    support.
    
    Although xe doesn't fully support WONTNEED (purgeable) bos yet,
    introduce and add shrinker support for purgeable ttm_tts.
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 8d398ffc40ac37d1589214c28b69c651c1a20792 drm-intel
293dcb5ff8ae drm/ttm: Allow TTM LRU list nodes of different types
a8aec09a73f1 drm/ttm: Use LRU hitches
322d784c8eb2 drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
f7d66ba66bfe drm/ttm: Allow continued swapout after -ENOSPC falure
92b85179ccd7 drm/ttm: Add a virtual base class for graphics memory backup
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#38: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 178 lines checked
fb7fb56045e7 drm/ttm/pool: Provide a helper to shrink pages.
da2c5b39f030 drm/xe, drm/ttm: Provide a generic LRU walker helper
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:66: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#66: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 167 lines checked
d08eb9a3a268 drm/xe: Add a shrinker for xe bos
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:340: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#340: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 576 lines checked




More information about the Intel-xe mailing list