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: rz-du: Ensure correct suspend/resume ordering with VSP Date: Tue, 31 Mar 2026 17:10:16 +1000 Message-ID: In-Reply-To: <20260330144651.817338-1-tommaso.merciai.xr@bp.renesas.com> References: <20260330144651.817338-1-tommaso.merciai.xr@bp.renesas.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: rz-du: Ensure correct suspend/resume ordering with VSP Author: Tommaso Merciai Patches: 1 Reviewed: 2026-03-31T17:10:16.912268 --- This is a single, straightforward patch that adds a device link between the DU (Display Unit) and the VSP (Video Signal Processor) to enforce correct suspend/resume ordering on Renesas RZ/G2L SoCs. The VSP must be suspended after and resumed before the DU, and a `DL_FLAG_STATELESS` device link achieves this. The patch is a direct port of the same fix already present in the R-Car DU driver (`rcar_du_vsp.c:494`), as credited in the commit message. The implementation is correct and follows the established pattern exactly. **Verdict: Patch looks good. No issues found.** --- Generated by Claude Code Patch Reviewer