From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time Date: Sun, 12 Apr 2026 12:51:29 +1000 Message-ID: In-Reply-To: <20260408084239.1295325-22-ankit.k.nautiyal@intel.com> References: <20260408084239.1295325-1-ankit.k.nautiyal@intel.com> <20260408084239.1295325-22-ankit.k.nautiyal@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **R-b: Ville Syrjala** Writes `intel_dp_as_sdp_transmission_time()` to `PANEL_REPLAY_CONFIG3` DPCD. Note that patch 19 converted CONFIG/CONFIG2 to burst mode, but this adds CONFIG3 as a separate `drm_dp_dpcd_writeb()`. It could have been included in the burst (CONFIG through CONFIG3 are 0x118-0x11a), though CONFIG3 is at a different offset conceptually (and might not always be written). Also, there's a deleted blank line between `panel_replay_config[1]` assignment and the `if (crtc_state->has_sel_update)` block -- this makes the code slightly less readable. Minor issues only. --- Generated by Claude Code Patch Reviewer