[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/8] drm/i915/display: Move out code to return the digital_port of the aux ch

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 15 01:50:20 UTC 2020


== Series Details ==

Series: series starting with [v5,1/8] drm/i915/display: Move out code to return the digital_port of the aux ch
URL   : https://patchwork.freedesktop.org/series/75941/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
960c21212bc2 drm/i915/display: Move out code to return the digital_port of the aux ch
a96a166e6551 drm/i915/display: Add intel_legacy_aux_to_power_domain()
d7143aab9207 drm/i915/display: Split hsw_power_well_enable() into two
cd9056a5d603 drm/i915/tc/icl: Implement TC cold sequences
-:76: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#76: FILE: drivers/gpu/drm/i915/display/intel_display_power.c:588:
+		msleep(1);

-:81: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#81: FILE: drivers/gpu/drm/i915/display/intel_display_power.c:593:
+		msleep(1);

total: 0 errors, 2 warnings, 0 checks, 157 lines checked
614f2cb98c89 drm/i915/tc: Skip ref held check for TC legacy aux power wells
2852a24c509c drm/i915/tc/tgl: Implement TC cold sequences
-:116: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#116: FILE: drivers/gpu/drm/i915/display/intel_display_power.c:4015:
+			msleep(1);

total: 0 errors, 1 warnings, 0 checks, 186 lines checked
d2af4a2252d5 drm/i915/tc: Catch TC users accessing FIA registers without enable aux
640ead5d9bb4 drm/i915/tc: Do not warn when aux power well of static TC ports timeout



More information about the Intel-gfx mailing list