== Series Details ==
Series: drm/i915: PREEMPT_RT related fixups. (rev6)
URL : https://patchwork.freedesktop.org/series/95463/
State : warning
== Summary ==
Error: dim checkpatch failed
dc8b0da9b41f drm/i915: Use preempt_disable/enable_rt() where recommended
-:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible
unwrapped commit description?)
#7:
ad3543ede630f ("drm/intel: Push get_scanout_position() timestamping into kms
driver.")
total: 0 errors, 1 warnings, 0 checks, 67 lines checked
f7987c78a782 drm/i915: Don't disable interrupts on PREEMPT_RT during atomic
updates
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#10:
started disabling interrupts across atomic updates. This breaks on PREEMPT_RT
total: 0 errors, 1 warnings, 0 checks, 42 lines checked
e3de3bbb87c3 drm/i915: Don't check for atomic context on PREEMPT_RT
a35be9b73b2d drm/i915: Disable tracing points on PREEMPT_RT
-:26: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#26:
Reported-by: Luca Abeni <[email protected]>
Cc: Steven Rostedt <[email protected]>
total: 0 errors, 1 warnings, 0 checks, 10 lines checked
a85ea229acc5 drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE
-:50: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#50:
Reported-by: Luca Abeni <[email protected]>
Cc: Steven Rostedt <[email protected]>
total: 0 errors, 1 warnings, 0 checks, 10 lines checked
914123128c24 drm/i915/gt: Queue and wait for the irq_work item.
-:21: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#21:
Reported-by: Clark Williams <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
total: 0 errors, 1 warnings, 0 checks, 12 lines checked
6598e734e1e2 drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() +
spin_lock()
-:22: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#22:
Reported-by: Clark Williams <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
total: 0 errors, 1 warnings, 0 checks, 53 lines checked
f42e9733b3e2 drm/i915: Drop the irqs_disabled() check
-:16: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#16:
Reported-by: Maarten Lankhorst <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
total: 0 errors, 1 warnings, 0 checks, 14 lines checked
6b5ccade3214 drm/i915/guc: Consider also RCU depth in busy loop.
-:13: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed
by Closes: with a URL to the report
#13:
Reported-by: "John B. Wyatt IV" <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
-:25: ERROR:IN_ATOMIC: do not use in_atomic in drivers
#25: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc.h:365:
+ bool not_atomic = !in_atomic() && !irqs_disabled() &&
!rcu_preempt_depth();
total: 1 errors, 1 warnings, 0 checks, 8 lines checked
c487f9c8374c Revert "drm/i915: Depend on !PREEMPT_RT."