[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/connector: Share with non-atomic drivers the function to get the single encoder

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 12 21:45:28 UTC 2019


== Series Details ==

Series: series starting with [1/2] drm/connector: Share with non-atomic drivers the function to get the single encoder
URL   : https://patchwork.freedesktop.org/series/66619/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
87c2a5a45bc0 drm/connector: Share with non-atomic drivers the function to get the single encoder
fbd5f383c05e drm/connector: Allow max possible encoders to attach to a connector
-:497: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'connector' - possible side-effects?
#497: FILE: include/drm/drm_connector.h:1612:
+#define drm_connector_for_each_possible_encoder(connector, encoder) \
+	drm_for_each_encoder_mask(encoder, (connector)->dev, \
+				  (connector)->possible_encoders)

total: 0 errors, 0 warnings, 1 checks, 390 lines checked



More information about the Intel-gfx mailing list