✗ CI.checkpatch: warning for drm/xe: Alternative CCS fix.
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 21 20:54:11 UTC 2024
== Series Details ==
Series: drm/xe: Alternative CCS fix.
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 a4f7b39af1792cfc05dd037b4f4d7ea1baaaf054
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Wed Aug 21 22:47:50 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
9106f123d02d drm/xe: Align 64k scanout buffers physically when multiple of 64k.
-:33: WARNING:BAD_SIGN_OFF: Co-developed-by: must be immediately followed by Signed-off-by:
#33:
Co-developed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
-:57: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#57: 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, 51 lines checked
b5b07ba8d8ad drm/xe: Use 64K pages for scanout buffers for Battlemage
a4f7b39af179 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:
+ 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