✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 2 14:58:43 UTC 2024


== Series Details ==

Series: series starting with [1/2] drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.
URL   : https://patchwork.freedesktop.org/series/138098/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a4bccf6aa60de2104b559570e61fed6ff11852af
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Mon Sep 2 16:20:42 2024 +0200

    drm/xe: Add a xe_bo subtest for shrinking / swapping
    
    Add a subtest that tries to allocate twice the amount of
    buffer object memory available, write data to it and then read
    all the data back verifying data integrity.
    In order to be able to do this on systems that
    have no or not enough swap-space available, allocate some memory
    as purgeable, and introduce a function to purge such memory.
    
    this test is intended to add test coverage coverage to the current
    bo swap path and upcoming shrinking path.
    
    The test has previously been part of the xe bo shrinker series.
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Matthew Auld <matthew.auld at intel.com>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch f68a30b6b56c006ab1d6bca3b4ccf7aed1b2743e drm-intel
2e1649625c16 drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.
a4bccf6aa60d drm/xe: Add a xe_bo subtest for shrinking / swapping
-:16: WARNING:REPEATED_WORD: Possible repeated word: 'coverage'
#16: 
this test is intended to add test coverage coverage to the current

-:133: CHECK:SPACING: No space is necessary after a cast
#133: FILE: drivers/gpu/drm/xe/tests/xe_bo.c:453:
+	ram = (size_t) si.freeram * si.mem_unit;

-:313: ERROR:TRAILING_WHITESPACE: trailing whitespace
#313: FILE: drivers/gpu/drm/xe/xe_bo.c:1100:
+{^I$

total: 1 errors, 1 warnings, 1 checks, 298 lines checked




More information about the Intel-xe mailing list