== Series Details ==
Series: Miscelaneous fixes for display tracepoints (rev3)
URL : https://patchwork.freedesktop.org/series/137978/
State : warning
== Summary ==
Error: dim checkpatch failed
9a5ad021c7ea drm/i915/display: Fix out-of-bounds access in pipe-related
tracepoints
-:19: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#19:
testdisplay-6715 [002] 17591.063491: intel_pipe_enable:
dev=0000:00:02.0
total: 0 errors, 1 warnings, 0 checks, 37 lines checked
1ff4ce8ec0f2 drm/i915/display: Zero-initialize frame/scanline counts in
tracepoints
-:19: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#19:
[1]
https://lore.kernel.org/all/[email protected]/
total: 0 errors, 1 warnings, 0 checks, 37 lines checked
a524f6df741a drm/i915/display: Store pipe name in trace events
-:20: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#20:
# cat /sys/kernel/debug/tracing/events/i915/intel_pipe_update_start/format
total: 0 errors, 1 warnings, 0 checks, 488 lines checked
2e349b9c84c4 drm/i915/display: Do not use ids from enum pipe in TP_printk()
-:14: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#14:
# cat /sys/kernel/debug/tracing/events/i915/intel_pipe_enable/format | grep
'^print fmt'
total: 0 errors, 1 warnings, 0 checks, 57 lines checked
9a21515b05a6 drm/i915/display: Cover all possible pipes in TP_printk()
-:52: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in
parentheses
#52: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:52:
+#define _PIPES_FRAME_AND_SCANLINE_VALUES
\
+ __entry->frame[_TRACE_PIPE_A], __entry->scanline[_TRACE_PIPE_A]
\
+ , __entry->frame[_TRACE_PIPE_B], __entry->scanline[_TRACE_PIPE_B]
\
+ , __entry->frame[_TRACE_PIPE_C], __entry->scanline[_TRACE_PIPE_C]
\
+ , __entry->frame[_TRACE_PIPE_D], __entry->scanline[_TRACE_PIPE_D]
total: 1 errors, 0 warnings, 0 checks, 68 lines checked