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: mdss: Add Milos support Date: Tue, 05 May 2026 09:35:35 +1000 Message-ID: In-Reply-To: <20260501-milos-mdss-v3-7-58bfc58c0e13@fairphone.com> References: <20260501-milos-mdss-v3-0-58bfc58c0e13@fairphone.com> <20260501-milos-mdss-v3-7-58bfc58c0e13@fairphone.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 a new `data_14k` struct with `reg_bus_bw = 14000` and maps it to `qcom,milos-mdss`. This is the lowest reg bus bandwidth value in the entire table (other recent SoCs use 57000 for kaanapali/eliza/glymur, 74000-76800 for older ones). This makes sense for a mid-range SoC with a smaller display pipe configuration. ```c static const struct msm_mdss_data data_14k = { .reg_bus_bw = 14000, }; ``` Has Reviewed-by from both Konrad and Dmitry. No issues. --- Generated by Claude Code Patch Reviewer