✗ CI.checkpatch: warning for drm/i915: Precompute plane SURF address/etc.

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 2 00:29:08 UTC 2025


== Series Details ==

Series: drm/i915: Precompute plane SURF address/etc.
URL   : https://patchwork.freedesktop.org/series/147096/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7da99720537059408decf6e05244310e038b2559
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Wed Apr 2 03:22:09 2025 +0300

    drm/i915: Include plane ctl/surf registers in the plane update_arm() tracepoint
    
    The plane fault tracepoints report the plane control and
    surface register values. In order to correlate those against the
    plane update tracepoints it might be helpful to also include that
    information in the plane update tracepoints as well.
    
    The one caveat here is that the precomputed ctl/surf values
    that we include the tracepoint do not include the async flip
    bit(s) (as those are handled in a more dynamic fashion), whereas
    the ones read from the hardware in the plane fault tracepoint
    include everything.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 0d2ff6d7ad3b6bf64c5c0e9a921fcfa925029526 drm-intel
9ca03fba35b4 drm/i915: Precompute plane SURF address
2996174bf7b7 drm/i915: Nuke intel_plane_ggtt_offset()
7fb44d8b63c6 drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb()
117182931ddf drm/i915: Use i915_vma_offset() in intel_dpt_offset()
15561965bc33 drm/i915: Remove unused dpt_total_entries()
4df672eab777 drm/i915: Don't pass crtc_state to foo_plane_ctl() & co.
ba6e3c156f4b drm/i915: Include crtc contributed bits in plane_state->ctl
33ed79e4be15 drm/i915: Add tracepoint for plane faults
-:42: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#42: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:506:
+	    TP_STRUCT__entry(

-:53: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#53: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:517:
+	    TP_fast_assign(

total: 0 errors, 0 warnings, 2 checks, 47 lines checked
7da997205370 drm/i915: Include plane ctl/surf registers in the plane update_arm() tracepoint
-:100: WARNING:LONG_LINE: line length of 142 exceeds 100 columns
#100: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:480:
+	    TP_printk("dev %s, pipe %c, %s, frame=%u, scanline=%u, format=%p4cc, " DRM_RECT_FP_FMT " -> " DRM_RECT_FMT " ctl=0x%x, surf=0x%x",

total: 0 errors, 1 warnings, 0 checks, 74 lines checked




More information about the Intel-xe mailing list