✗ CI.checkpatch: warning for remapped fb view test (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 25 11:32:46 UTC 2025


== Series Details ==

Series: remapped fb view test (rev3)
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 017327c055b62fe6db6f4c09623b579206bf8605
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date:   Fri Jul 25 12:27:57 2025 +0100

    drm/xe/display: Add support for AuxCCS
    
    Add support for mapping the auxiliary CCS buffer into the DPT page tables.
    
    This will allow for more power efficiency by enabling the render
    compression frame buffer modifiers such as
    I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS in a following patch.
    
    We do this by refactoring the code a bit so handling for the linear
    auxiliary frame buffer can be added in a tidy way. Also replace some
    hardcoded constants and tighten the loops a bit.
    
    Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
    Cc: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
    Cc: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 9496b813b729fc1c22cbdc7cfb7a922915582107 drm-intel
017327c055b6 drm/xe/display: Add support for AuxCCS
-:113: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#113: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:121:
+	printk("write_dpt_remapped plane_alignment=%x\n",

-:113: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#113: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:121:
+	printk("write_dpt_remapped plane_alignment=%x\n",

-:124: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#124: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:132:
+			printk("write_dpt_remapped [%u] linear offset=%x size=%x\n",

-:124: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#124: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:132:
+			printk("write_dpt_remapped [%u] linear offset=%x size=%x\n",

-:127: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#127: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:135:
+			printk("write_dpt_remapped [%u] tiled  offset=%x %ux%u src_stride=%u dst_stride=%u\n",

-:127: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#127: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:135:
+			printk("write_dpt_remapped [%u] tiled  offset=%x %ux%u src_stride=%u dst_stride=%u\n",

-:128: WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#128: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:136:
+			       i, plane->offset, plane->width, plane->height, plane->src_stride, plane->dst_stride);

-:137: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#137: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:145:
+			printk("write_dpt_remapped [%u] padded to dest=%x\n",

-:137: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#137: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:145:
+			printk("write_dpt_remapped [%u] padded to dest=%x\n",

-:143: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#143: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:151:
+			printk("write_dpt_remapped [%u] linear to dest=%x\n",

-:143: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#143: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:151:
+			printk("write_dpt_remapped [%u] linear to dest=%x\n",

-:147: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#147: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:155:
+			printk("write_dpt_remapped [%u] tiled  to dest=%x\n",

-:147: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'write_dpt_remapped', this function's name, in a string
#147: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:155:
+			printk("write_dpt_remapped [%u] tiled  to dest=%x\n",

total: 0 errors, 13 warnings, 0 checks, 147 lines checked




More information about the Intel-xe mailing list