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 HPD callback for dp MST Date: Sun, 12 Apr 2026 10:16:20 +1000 Message-ID: In-Reply-To: <20260410-msm-dp-mst-v4-37-b20518dea8de@oss.qualcomm.com> References: <20260410-msm-dp-mst-v4-0-b20518dea8de@oss.qualcomm.com> <20260410-msm-dp-mst-v4-37-b20518dea8de@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 Adds `msm_dp_mst_display_hpd_irq()` to handle MST sideband messages via the standard `drm_dp_mst_hpd_irq_handle_event()` / `drm_dp_mst_hpd_irq_send_new_request()` flow. The HPD dispatch in `msm_dp_irq_hpd_handle()` correctly routes to MST vs SST paths based on `mst_active`. Looks correct. --- Generated by Claude Code Patch Reviewer