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: Add MST stream support for supported DP controllers Date: Sun, 12 Apr 2026 10:16:20 +1000 Message-ID: In-Reply-To: <20260410-msm-dp-mst-v4-39-b20518dea8de@oss.qualcomm.com> References: <20260410-msm-dp-mst-v4-0-b20518dea8de@oss.qualcomm.com> <20260410-msm-dp-mst-v4-39-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 Enables MST for the sa8775p platform by setting `max_stream =3D 4`. Platfor= m enablement patch. --- **Summary of required fixes before merge**: 1. **Patch 30**: `IS_ERR(dp->panel)` =E2=86=92 `IS_ERR(dp_panel)` (crash bu= g) 2. **Patch 34**: Use `drm_atomic_get_mst_topology_state(state, &mst->mst_mg= r)` instead of `to_drm_dp_mst_topology_state(mst->mst_mgr.base.state)` in `= atomic_check` (correctness/races) 3. **Patch 01**: Free the `drm_edid` after `drm_edid_connector_update()` (m= emory leak) 4. **Patch 34**: Check return value of `drm_dp_atomic_find_time_slots()` fo= r errors --- Generated by Claude Code Patch Reviewer