✗ CI.checkpatch: warning for drm/xe: Alternative CCS fix. (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 21 21:05:49 UTC 2024
== Series Details ==
Series: drm/xe: Alternative CCS fix. (rev3)
URL : https://patchwork.freedesktop.org/series/137591/
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 903ad01e1332eec7b637b7fd4fddf195bafe3f7f
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Wed Aug 21 22:59:59 2024 +0200
drm/i915/display: Allowing looking up invalid modifiers to make xe happy
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch e0f8b8a5d8c77e94683451085c62cc54a4d9079d drm-intel
e9441663b2d0 drm/xe: Align all 64k VRAM buffers physically when multiple of 64k.
-:34: WARNING:BAD_SIGN_OFF: Co-developed-by: must be immediately followed by Signed-off-by:
#34:
Co-developed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
-:58: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#58: FILE: drivers/gpu/drm/xe/display/intel_fb_bo.c:33:
+ if (XE_IOCTL_DBG(xe, intel_fb_is_ccs_modifier(mode_cmd->modifier[0]) &&
+ (xe->info.vram_flags & XE_VRAM_FLAGS_DISPLAY_NEED64K_CCS) &&
total: 0 errors, 1 warnings, 1 checks, 50 lines checked
0d60787c5dd6 drm/xe: Use 64K pages for scanout buffers for Battlemage
903ad01e1332 drm/i915/display: Allowing looking up invalid modifiers to make xe happy
-:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
-:18: WARNING:LINE_SPACING: Missing a blank line after declarations
#18: FILE: drivers/gpu/drm/i915/display/intel_fb.c:394:
+ const struct intel_modifier_desc *desc = lookup_modifier_or_null(modifier);
+ if (!desc)
total: 0 errors, 2 warnings, 0 checks, 10 lines checked
More information about the Intel-xe
mailing list