[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/gt: Sanitize GT first
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 27 09:41:56 UTC 2020
== Series Details ==
Series: series starting with [1/9] drm/i915/gt: Sanitize GT first
URL : https://patchwork.freedesktop.org/series/76542/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
4233a356bc65 drm/i915/gt: Sanitize GT first
651f29e87551 drm/i915/gt: Fix up clock frequency
72e42d3cfa83 drm/i915/execlists: Check preempt-timeout target before submit_ports
73bcb8f06b0d drm/i915/gt: Always enable busy-stats for execlists
08a507ec4c3d drm/i915/gt: Move rps.enabled/active to flags
-:113: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 68)
#113: FILE: drivers/gpu/drm/i915/gt/intel_rps.c:1228:
+ if (rps->max_freq <= rps->min_freq)
+ /* leave disabled, no room for dynamic reclocking */;
total: 0 errors, 1 warnings, 0 checks, 288 lines checked
ce00c6769c91 drm/i915/gt: Track use of RPS interrupts in flags
af8095897401 drm/i915/gt: Switch to manual evaluation of RPS
-:186: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#186: FILE: drivers/gpu/drm/i915/gt/intel_rps.h:83:
}
+static inline bool intel_rps_uses_timer(const struct intel_rps *rps)
total: 0 errors, 0 warnings, 1 checks, 173 lines checked
5be80e34c7e4 drm/i915/gt: Apply the aggressive downclocking to parking
-:12: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#12:
References: 21abf0bf168d ("drm/i915/gt: Treat idling as a RPS downclock event")
-:12: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 21abf0bf168d ("drm/i915/gt: Treat idling as a RPS downclock event")'
#12:
References: 21abf0bf168d ("drm/i915/gt: Treat idling as a RPS downclock event")
total: 1 errors, 1 warnings, 0 checks, 31 lines checked
698d557e4e9e drm/i915/gt: Restore aggressive post-boost downclocking
-:12: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 2a8862d2f3da ("drm/i915: Reduce the RPS shock")'
#12:
References: 2a8862d2f3da ("drm/i915: Reduce the RPS shock")
total: 1 errors, 0 warnings, 0 checks, 34 lines checked
More information about the Intel-gfx
mailing list