✗ CI.checkpatch: warning for Update MMIO read/write functions

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 16 14:59:22 UTC 2024


== Series Details ==

Series: Update MMIO read/write functions
URL   : https://patchwork.freedesktop.org/series/128835/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5c236713dbd0bf77f8683edbff1024faf6df93da
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Jan 16 15:56:17 2024 +0100

    drm/xe: Make xe_mmio_read|write() functions non-inline
    
    Shortly we will updating xe_mmio_read|write() functions with SR-IOV
    specific features making those functions less suitable for inline.
    Convert now those functions into regular ones, lowering driver
    footprint, according to scripts/bloat-o-meter, by 6%
    
    add/remove: 18/18 grow/shrink: 31/603 up/down: 2719/-79663 (-76944)
    Function                                     old     new   delta
    Total: Before=1276633, After=1199689, chg -6.03%
    add/remove: 0/0 grow/shrink: 0/0 up/down: 0/0 (0)
    Data                                         old     new   delta
    Total: Before=48990, After=48990, chg +0.00%
    add/remove: 0/0 grow/shrink: 0/0 up/down: 0/0 (0)
    RO Data                                      old     new   delta
    Total: Before=115680, After=115680, chg +0.00%
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch c4796d784fcc0a8b72cd8fdc8c3f6f9bc2552242 drm-intel
17cc06c79 drm/xe: Assert size of the struct xe_reg
-:28: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#28: FILE: drivers/gpu/drm/xe/regs/xe_reg_defs.h:49:
 };
+static_assert(sizeof(struct xe_reg) == sizeof(u32));

total: 0 errors, 0 warnings, 1 checks, 15 lines checked
7b4ddbb4e drm/xe: Define XE_REG_OPTION_VF
2c6f319b1 drm/xe: Mark VF accessible GuC registers
c41efd91c drm/xe: Mark VF accessible global registers
8cabd7f43 drm/xe: Mark VF accessible GT registers
5c236713d drm/xe: Make xe_mmio_read|write() functions non-inline




More information about the Intel-xe mailing list