[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Restrict PSMI context load w/a to Haswell GT1

Patchwork patchwork at emeril.freedesktop.org
Fri Dec 28 14:24:04 UTC 2018


== Series Details ==

Series: series starting with [1/3] drm/i915: Restrict PSMI context load w/a to Haswell GT1
URL   : https://patchwork.freedesktop.org/series/54520/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
618401e9a09f drm/i915: Restrict PSMI context load w/a to Haswell GT1
-:23: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#23: 
References: 2c550183476d ("drm/i915: Disable PSMI sleep messages on all rings around context switches")

-:23: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 2c550183476d ("drm/i915: Disable PSMI sleep messages on all rings around context switches")'
#23: 
References: 2c550183476d ("drm/i915: Disable PSMI sleep messages on all rings around context switches")

-:35: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#35: FILE: drivers/gpu/drm/i915/i915_drv.h:2281:
+#define IS_HSW_GT1(dev_priv)	(IS_HASWELL(dev_priv) && \
+				 (dev_priv)->info.gt == 1)

total: 1 errors, 1 warnings, 1 checks, 19 lines checked
ee7be889c82d drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
4c3af5fb0908 drm/i915: Drop debugfs/i915_next_seqno



More information about the Intel-gfx mailing list