✗ CI.checkpatch: warning for Refactor BO flags, batch 2

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 2 22:00:33 UTC 2024


== Series Details ==

Series: Refactor BO flags, batch 2
URL   : https://patchwork.freedesktop.org/series/131953/
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 596d541164427635c65b2bbee0d0296dee1749c3
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Tue Apr 2 14:54:55 2024 -0700

    drm/xe: Drop XE_BO_FLAG_VRAM_IF_DGFX()
    
    Now that each tile has a default placement for BOs, it's not needed
    anymore to pass it to the various bo_create functions. There are a few
    cases in which it's needed to override the default, coming from tests:
    when xe_bo_create_user() is used with tile set to NULL, but the test
    is specific to VRAM[0|1] rather than going to the root tile.
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 817f62236d84505e987511af22a06bb051755029 drm-intel
1ecc5c1bed9f drm/xe/tile: Set default memory placement for BOs
-:72: WARNING:TYPO_SPELLING: 'overriden' may be misspelled - perhaps 'overridden'?
#72: FILE: drivers/gpu/drm/xe/xe_device_types.h:180:
+		 * May still be overriden when creating a bo by setting a
 		                ^^^^^^^^^

total: 0 errors, 1 warnings, 0 checks, 70 lines checked
596d54116442 drm/xe: Drop XE_BO_FLAG_VRAM_IF_DGFX()




More information about the Intel-xe mailing list