✗ CI.checkpatch: warning for drm/xe: Add L3 bank and node masks to topology query

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 26 15:41:31 UTC 2024


== Series Details ==

Series: drm/xe: Add L3 bank and node masks to topology query
URL   : https://patchwork.freedesktop.org/series/129201/
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
2d919ac662b2798c053d68d1cc16b758c61b55ca
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cdee506c59434a26fe2f621a90fe7398e3e2450c
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Fri Jan 26 15:38:40 2024 +0000

    drm/xe: Add L3 bank and node masks to topology query
    
    Expose the masks of L3 banks and of L3 nodes to user space. L3 count is not
    sufficient because in some configuration not all banks are enabled, so user
    space needs to know which ones.
    
    Bspec: 52545, 52546, 62482
    Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
    Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Cc: Robert Krzemien <robert.krzemien at intel.com>
+ /mt/dim checkpatch 6aa961ab469df8db84bee01a55606a91a6ae5d67 drm-intel
cdee506c5 drm/xe: Add L3 bank and node masks to topology query
-:11: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#11: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

-:115: WARNING:NEW_TYPEDEFS: do not add new typedefs
#115: FILE: drivers/gpu/drm/xe/xe_gt_types.h:34:
+typedef unsigned long xe_l3_bank_mask_t[BITS_TO_LONGS(32 * XE_MAX_L3_BANK_FUSE_REGS)];

-:116: WARNING:NEW_TYPEDEFS: do not add new typedefs
#116: FILE: drivers/gpu/drm/xe/xe_gt_types.h:35:
+typedef unsigned long xe_l3_node_mask_t[BITS_TO_LONGS(32 * XE_MAX_L3_NODE_FUSE_REGS)];

total: 0 errors, 3 warnings, 0 checks, 140 lines checked




More information about the Intel-xe mailing list