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: make bridge helpers use dp_display to allow re-use Date: Thu, 04 Jun 2026 13:01:25 +1000 Message-ID: In-Reply-To: <20260602-dp_mstclean-v6-13-2c17ff40a9b2@oss.qualcomm.com> References: <20260602-dp_mstclean-v6-0-2c17ff40a9b2@oss.qualcomm.com> <20260602-dp_mstclean-v6-13-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 Converts bridge callbacks to thin wrappers that call `msm_dp_display_*` functions taking `struct msm_dp *`. This allows the future MST bridge to call the same display-level helpers. The `dp_drm.h` header declarations are removed since the functions are now static in `dp_drm.c`. New declarations in `dp_display.h` use `struct msm_dp *`. **No issues.** --- Generated by Claude Code Patch Reviewer