✗ CI.checkpatch: warning for remapped fb view test (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 25 14:31:46 UTC 2025
== Series Details ==
Series: remapped fb view test (rev4)
URL : https://patchwork.freedesktop.org/series/152114/
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
63535c743231a7497a612c53f6edbb8a7d14412d
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9d5f7c69614d8fe4a9441187dd1d81163dbbbac3
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Fri Jul 25 15:26:11 2025 +0100
drm/xe/display: Add support for AuxCCS
debug
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
+ /mt/dim checkpatch a8e405f4aa574428fb324baa6082991006e813c4 drm-intel
9d5f7c69614d drm/xe/display: Add support for AuxCCS
-:19: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#19: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:144:
+ printk("write_dpt_remapped plane_alignment=%x\n",
-:24: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#24: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:149:
+ printk("write_dpt_remapped [%u] linear offset=%x size=%x\n",
-:27: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#27: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:152:
+ printk("write_dpt_remapped [%u] tiled offset=%x %ux%u src_stride=%u dst_stride=%u\n",
-:28: WARNING:LONG_LINE: line length of 194 exceeds 100 columns
#28: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:153:
+ i, remap_info->plane[i].offset, remap_info->plane[i].width, remap_info->plane[i].height, remap_info->plane[i].src_stride, remap_info->plane[i].dst_stride);
-:37: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#37: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:162:
+ printk("write_dpt_remapped [%u] to dest=%x\n",
total: 0 errors, 5 warnings, 0 checks, 28 lines checked
More information about the Intel-xe
mailing list