[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,v3,1/3] drm/i915: Introduce encoder->compute_config_late()
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 14 14:48:58 UTC 2020
== Series Details ==
Series: series starting with [CI,v3,1/3] drm/i915: Introduce encoder->compute_config_late()
URL : https://patchwork.freedesktop.org/series/73460/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
8a37e7c4b9de drm/i915: Introduce encoder->compute_config_late()
-:84: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct intel_encoder *' should also have an identifier name
#84: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:144:
+ int (*compute_config_late)(struct intel_encoder *,
-:84: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct intel_crtc_state *' should also have an identifier name
#84: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:144:
+ int (*compute_config_late)(struct intel_encoder *,
-:84: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct drm_connector_state *' should also have an identifier name
#84: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:144:
+ int (*compute_config_late)(struct intel_encoder *,
total: 0 errors, 3 warnings, 0 checks, 60 lines checked
03c1e93c1b88 drm/i915/dp: Compute port sync crtc states post compute_config()
37b980090736 drm/i915/dp: Add all tiled and port sync conns to modeset
-:23: WARNING:BAD_SIGN_OFF: Use a single space after Reviewed-by:
#23:
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
total: 0 errors, 1 warnings, 0 checks, 245 lines checked
More information about the Intel-gfx
mailing list