== Series Details ==
Series: drm/i915: Fix fastsets on TypeC ports following a non-blocking modeset
(rev2)
URL : https://patchwork.freedesktop.org/series/96867/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
16eaaf636f97 drm/i915: Fix fastsets on TypeC ports following a non-blocking
modeset
-:45: WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns
#45: FILE: drivers/gpu/drm/i915/display/intel_display.c:1583:
+ * Make sure the DPLL state is up-to-date for fastset TypeC ports after
non-blocking commits.
-:49: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#49: FILE: drivers/gpu/drm/i915/display/intel_display.c:1587:
+ for_each_oldnew_intel_crtc_in_state(state, crtc,
old_crtc_state, new_crtc_state, i) {
total: 0 errors, 2 warnings, 0 checks, 61 lines checked