[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Panel replay phase1 implementation (rev11)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 8 08:16:46 UTC 2023
== Series Details ==
Series: Panel replay phase1 implementation (rev11)
URL : https://patchwork.freedesktop.org/series/94470/
State : warning
== Summary ==
Error: dim checkpatch failed
2b22edb04a4f drm/panelreplay: dpcd register definition for panelreplay
28d040b55117 drm/i915/psr: Move psr specific dpcd init into own function
a9fb5e04935c drm/i915/panelreplay: Initializaton and compute config for panel replay
-:354: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#354: 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)
-:357: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects?
#357: 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, 277 lines checked
404f70c7fca4 drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
6a292424c331 drm/i915/panelreplay: enable/disable panel replay
64c2d179e55a drm/i915/panelreplay: Debugfs support for panel replay
More information about the Intel-gfx
mailing list