[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use crtc_state->has_psr instead of CAN_PSR for pipe update (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 9 21:46:43 UTC 2018
== Series Details ==
Series: drm/i915: Use crtc_state->has_psr instead of CAN_PSR for pipe update (rev3)
URL : https://patchwork.freedesktop.org/series/46104/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
fc0aabf8423b drm/i915: Use crtc_state->has_psr instead of CAN_PSR for pipe update
-:41: WARNING:LONG_LINE: line over 100 characters
#41: FILE: drivers/gpu/drm/i915/intel_drv.h:1926:
+int intel_psr_wait_for_idle(struct drm_i915_private *dev_priv, const struct intel_crtc_state *crtc_state);
-:54: WARNING:LONG_LINE: line over 100 characters
#54: FILE: drivers/gpu/drm/i915/intel_psr.c:720:
+int intel_psr_wait_for_idle(struct drm_i915_private *dev_priv, const struct intel_crtc_state *crtc_state)
-:59: ERROR:SPACING: space required before the open parenthesis '('
#59: FILE: drivers/gpu/drm/i915/intel_psr.c:725:
+ if(!crtc_state->has_psr)
total: 1 errors, 2 warnings, 0 checks, 31 lines checked
More information about the Intel-gfx
mailing list