[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Panel replay phase1 implementation (rev9)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 12 06:03:17 UTC 2023
== Series Details ==
Series: Panel replay phase1 implementation (rev9)
URL : https://patchwork.freedesktop.org/series/94470/
State : warning
== Summary ==
Error: dim checkpatch failed
e96738dc5d61 drm/panelreplay: dpcd register definition for panelreplay
92bff465013d drm/i915/psr: Move psr specific dpcd init into own function
2f78844b327c drm/i915/panelreplay: Initializaton and compute config for panel replay
-:365: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#365: 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)
-:368: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#368: 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
659c21bc5e3f drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
80d9b074dd01 drm/i915/panelreplay: enable/disable panel replay
289a4d5b40ce drm/i915/panelreplay: Debugfs support for panel replay
More information about the Intel-gfx
mailing list