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/rcar-du: Add support for DSI pipelines with DSC Date: Sat, 16 May 2026 09:46:51 +1000 Message-ID: In-Reply-To: <20260515-rcar-du-dsc-v2-0-f6b9240a1240@ideasonboard.com> References: <20260515-rcar-du-dsc-v2-0-f6b9240a1240@ideasonboard.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/rcar-du: Add support for DSI pipelines with DSC Author: Tomi Valkeinen Patches: 8 Reviewed: 2026-05-16T09:46:51.966680 --- This is a 5-patch series adding basic DSC (Display Stream Compression) supp= ort for the Renesas R-Car V4H SoC. The DSC IP block sits between the DU and= DSI1, and even when DSC encoding is not needed, the block must be powered = and placed in bypass mode for DSI1 output to function. The series is well-s= tructured: clock, DT binding, driver, DSI integration, and DTS in a logical= order. The approach is sound and pragmatic =E2=80=94 a minimal bridge driver that = acts as a passthrough. The main concerns are around error handling in the D= SC enable path and a minor robustness question about the bridge-resolution = logic. Overall, this looks close to ready with a few items to address. --- --- Generated by Claude Code Patch Reviewer