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/msm/dp: split link setup from source params Date: Thu, 04 Jun 2026 13:01:23 +1000 Message-ID: In-Reply-To: <20260602-dp_mstclean-v6-6-2c17ff40a9b2@oss.qualcomm.com> References: <20260602-dp_mstclean-v6-0-2c17ff40a9b2@oss.qualcomm.com> <20260602-dp_mstclean-v6-6-2c17ff40a9b2@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Moves `msm_dp_ctrl_lane_mapping()`, `msm_dp_setup_peripheral_flush()`, and `msm_dp_ctrl_config_ctrl_link()` out of `msm_dp_ctrl_configure_source_params()` into `msm_dp_ctrl_on_stream()`. This is correct for the MST split where link and stream setup happen at different times. **No issues.** --- Generated by Claude Code Patch Reviewer