✗ CI.checkpatch: warning for Fix 32bit build (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 19 00:19:18 UTC 2024


== Series Details ==

Series: Fix 32bit build (rev2)
URL   : https://patchwork.freedesktop.org/series/128840/
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2f3415191f07ae8e88a1e87f5a94e2f69c7b5b85
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Thu Jan 18 16:16:12 2024 -0800

    drm/xe: Enable 32bits build
    
    Now that all the issues with 32bits are fixed, enable it again.
    
    Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch ed982e1f2709684a702b81cc5a0a0811570ab589 drm-intel
6bd6aacf9 drm/xe: Use _ULL for u64 division
-:8: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#8: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 8 lines checked
fc201ecd9 drm/xe/mmio: Cast to u64 when printing
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '286089ce6929', maybe rebased or not pulled?
#12: 
Fixes: 286089ce6929 ("drm/xe: Improve vram info debug printing")

-:30: WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#30: FILE: drivers/gpu/drm/xe/xe_mmio.c:275:
+			 &tile->mem.vram.dpa_base, tile->mem.vram.dpa_base + (u64)tile->mem.vram.actual_physical_size,

-:31: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#31: FILE: drivers/gpu/drm/xe/xe_mmio.c:276:
+			 &tile->mem.vram.io_start, tile->mem.vram.io_start + (u64)tile->mem.vram.io_size);

total: 0 errors, 3 warnings, 0 checks, 10 lines checked
d9daf44e1 drm/xe/display: Avoid calling readq()
-:9: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#9: 
problem is not that big. Migrate to calling memcpy()/memcpy_fromio() to allow

-:15: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '44e694958b95', maybe rebased or not pulled?
#15: 
Fixes: 44e694958b95 ("drm/xe/display: Implement display support")

total: 0 errors, 2 warnings, 0 checks, 28 lines checked
2b506d286 drm/xe: Fix cast on trace variable
2f3415191 drm/xe: Enable 32bits build




More information about the Intel-xe mailing list