[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/gt: Widen CSB pointer to u64 for the parsers
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 15 13:56:17 UTC 2020
== Series Details ==
Series: series starting with [1/4] drm/i915/gt: Widen CSB pointer to u64 for the parsers
URL : https://patchwork.freedesktop.org/series/81687/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
4ad31c2c30ca drm/i915/gt: Widen CSB pointer to u64 for the parsers
b75249b85d56 drm/i915/gt: Wait for CSB entries on Tigerlake
-:24: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit d8f505311717 ("drm/i915/icl: Forcibly evict stale csb entries")'
#24:
References: d8f505311717 ("drm/i915/icl: Forcibly evict stale csb entries")
-:51: ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#51: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:2509:
+ if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 50))
total: 2 errors, 0 warnings, 0 checks, 33 lines checked
aa0bee81790f drm/i915/gt: Apply the CSB w/a for all
-:12: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit d8f505311717 ("drm/i915/icl: Forcibly evict stale csb entries")'
#12:
References: d8f505311717 ("drm/i915/icl: Forcibly evict stale csb entries")
-:82: ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#82: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:2536:
+ if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 50))
total: 2 errors, 0 warnings, 0 checks, 123 lines checked
d7c623ca7daa drm/i915/gt: Use a mmio read of the CSB in case of failure
-:32: ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#32: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:2537:
+ if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 50)) {
total: 1 errors, 0 warnings, 0 checks, 60 lines checked
More information about the Intel-gfx
mailing list