== Series Details ==

Series: drm/i915: Bigjoiner modeset sequence redesign and MST support (rev4)
URL   : https://patchwork.freedesktop.org/series/131797/
State : warning

== Summary ==

Error: dim checkpatch failed
23cbdc3c0fd4 drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()
05502b938cf4 drm/i915: Utilize intel_crtc_joined_pipe_mask() more
12256bc818fc drm/i915: Handle joined pipes inside hsw_crtc_disable()
27d7559142a9 drm/i915: Handle joined pipes inside hsw_crtc_enable()
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line 
(possible unwrapped commit description?)
#11: 
That way we can also remove a bunch of checks like 
intel_crtc_is_bigjoiner_slave.

-:320: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in 
parentheses
#320: FILE: drivers/gpu/drm/i915/display/intel_display.h:283:
+#define for_each_intel_crtc_in_pipe_mask_reverse(dev, intel_crtc, pipe_mask)   
\
+       list_for_each_entry_reverse((intel_crtc),                               
\
+                                   &(dev)->mode_config.crtc_list,              
\
+                                   base.head)                                  
\
+               for_each_if((pipe_mask) & BIT((intel_crtc)->pipe))

-:320: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_crtc' - possible 
side-effects?
#320: FILE: drivers/gpu/drm/i915/display/intel_display.h:283:
+#define for_each_intel_crtc_in_pipe_mask_reverse(dev, intel_crtc, pipe_mask)   
\
+       list_for_each_entry_reverse((intel_crtc),                               
\
+                                   &(dev)->mode_config.crtc_list,              
\
+                                   base.head)                                  
\
+               for_each_if((pipe_mask) & BIT((intel_crtc)->pipe))

total: 1 errors, 1 warnings, 1 checks, 275 lines checked
b5088ba3d763 drm/i915/mst: Add bigjoiner handling to MST modeset sequence
64ad32be2977 drm/i915: Allow bigjoiner for MST


Reply via email to