== Series Details ==

Series: series starting with [1/3] drm/i915/execlists: Remove 
synchronize_hardirq()
URL   : https://patchwork.freedesktop.org/series/44169/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
02de5fbf1d99 drm/i915/execlists: Remove synchronize_hardirq()
70e0a3c35bb8 drm/i915/execlists: Push the tasklet kick after reset to 
reset_finish
f2721aee38f2 drm/i915: Declare the driver wedged if hangcheck makes no progress
-:68: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#68: FILE: drivers/gpu/drm/i915/intel_hangcheck.c:373:
+       hc->wedged = time_after(jiffies,
+                                engine->hangcheck.action_timestamp +

-:109: WARNING:BOOL_BITFIELD: Avoid using bool as bitfield.  Prefer bool 
bitfields as unsigned int or u<8|16|32>
#109: FILE: drivers/gpu/drm/i915/intel_ringbuffer.h:125:
+       bool stalled:1;

-:110: WARNING:BOOL_BITFIELD: Avoid using bool as bitfield.  Prefer bool 
bitfields as unsigned int or u<8|16|32>
#110: FILE: drivers/gpu/drm/i915/intel_ringbuffer.h:126:
+       bool wedged:1;

total: 0 errors, 2 warnings, 1 checks, 72 lines checked

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to