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/dsi: fix pclk rate calculation for bonded dsi Date: Mon, 09 Mar 2026 08:39:05 +1000 Message-ID: In-Reply-To: <20260306163255.215456-1-mitltlatltl@gmail.com> References: <20260306163255.215456-1-mitltlatltl@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/msm/dsi: fix pclk rate calculation for bonded dsi Author: Pengyu Luo Patches: 3 Reviewed: 2026-03-09T08:39:05.779362 --- This is a single-patch bug fix for the DSI pixel clock rate calculation when using bonded (dual-link) DSI with Display Stream Compression (DSC). The fix is logically sound: in bonded DSI mode, each link handles half the display width independently, so the DSC-compressed width should be calculated per-link (with per-link rounding) rather than for the full width. The commit message provides a clear numerical example demonstrating the off-by-one difference. The fix is small, well-scoped, and correctly addresses the rounding discrepancy. It has appropriate `Fixes:` tag. **Verdict: Good patch, minor nits below.** --- Generated by Claude Code Patch Reviewer