✗ CI.checkpatch: warning for Set 64k physical alignment on display buffers for CCS.
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 21 15:11:18 UTC 2024
== Series Details ==
Series: Set 64k physical alignment on display buffers for CCS.
URL : https://patchwork.freedesktop.org/series/137581/
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 1195b8a8caf12ead23dea237fefdcfce566ba2c8
Author: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Date: Wed Aug 21 17:05:19 2024 +0200
drm/xe: Use 64K pages for scanout buffers for Battlemage
Set BMG platform to use 64K pages for display.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch c83ab549ef8f647c3de42793d222a980021a973f drm-intel
657145e107eb drm/xe: Align 64k scanout buffers physically when required
-:25: WARNING:BAD_SIGN_OFF: Co-developed-by: must be immediately followed by Signed-off-by:
#25:
Co-developed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
-:49: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#49: 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, 60 lines checked
1195b8a8caf1 drm/xe: Use 64K pages for scanout buffers for Battlemage
More information about the Intel-xe
mailing list