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: allow dp_ctrl stream APIs to use any panel passed to it Date: Sun, 12 Apr 2026 10:16:13 +1000 Message-ID: In-Reply-To: <20260410-msm-dp-mst-v4-8-b20518dea8de@oss.qualcomm.com> References: <20260410-msm-dp-mst-v4-0-b20518dea8de@oss.qualcomm.com> <20260410-msm-dp-mst-v4-8-b20518dea8de@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Splits `msm_dp_display_enable()` into `msm_dp_display_prepare()` (link trai= ning, PHY setup) and `msm_dp_display_enable_helper()` (stream-level setup).= Introduces a `prepared` flag and `active_stream_cnt` counter to track link= vs. stream state. This is the key architectural change for MST =E2=80=94 t= he link is trained once, then multiple streams are enabled on it. --- Generated by Claude Code Patch Reviewer