[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Panel replay phase1 implementation (rev8)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 21 15:28:17 UTC 2023


== Series Details ==

Series: Panel replay phase1 implementation (rev8)
URL   : https://patchwork.freedesktop.org/series/94470/
State : warning

== Summary ==

Error: dim checkpatch failed
3f24c3c37948 drm/panelreplay: dpcd register definition for panelreplay
ee3fadb3d092 drm/i915/psr: Move psr specific dpcd init into own function
60cb906d4b15 drm/i915/panelreplay: Initializaton and compute config for panel replay
-:362: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#362: FILE: drivers/gpu/drm/i915/display/intel_psr.h:24:
+#define CAN_PSR(intel_dp) ((intel_dp)->psr.sink_support && \
+			   (intel_dp)->psr.source_support)

-:365: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#365: FILE: drivers/gpu/drm/i915/display/intel_psr.h:27:
+#define CAN_PANEL_REPLAY(intel_dp) ((intel_dp)->psr.sink_panel_replay_support && \
+				    (intel_dp)->psr.source_panel_replay_support)

total: 0 errors, 0 warnings, 2 checks, 289 lines checked
9c01392b57e2 drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
6d9eeb8564ec drm/i915/panelreplay: enable/disable panel replay
00325858bfb9 drm/i915/panelreplay: Debugfs support for panel replay




More information about the Intel-gfx mailing list