[Intel-xe] ✗ CI.checkpatch: warning for Add mmio register rw tracing

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 14 00:16:55 UTC 2023


== Series Details ==

Series: Add mmio register rw tracing
URL   : https://patchwork.freedesktop.org/series/119312/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 34b6e4590996798e82e2e2ffb4a5acc9865b7982
Author: Radhakrishna Sripada <radhakrishna.sripada at intel.com>
Date:   Tue Jun 13 17:13:15 2023 -0700

    drm/xe: Add reg read/write trace
    
    This will help debug register read/writes and provide
    a way to trace all the mmio transactions.
    
    In order to avoid spam from xe_mmio_wait32,
    xe_mmio_read32_notrace is introduced and used.
    
    Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada at intel.com>
+ /mt/dim checkpatch 82705904eeb14baebfdd67326f10d3654c1f6d6d drm-intel
fbd5d3ddd drm/xe: Move mmio read/write functions to xe_mmio.c
34b6e4590 drm/xe: Add reg read/write trace
-:262: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#262: FILE: drivers/gpu/drm/xe/xe_trace.h:515:
+	    TP_STRUCT__entry(

-:269: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#269: FILE: drivers/gpu/drm/xe/xe_trace.h:522:
+	    TP_fast_assign(

total: 0 errors, 0 warnings, 2 checks, 239 lines checked




More information about the Intel-xe mailing list