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: Wed, 25 Mar 2026 06:34:36 +1000 Message-ID: In-Reply-To: <20260324180512.2277875-1-tommaso.merciai.xr@bp.renesas.com> References: <20260324180512.2277875-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: 2 Reviewed: 2026-03-25T06:34:36.400945 --- This is a straightforward, single-patch series that adds a `DL_FLAG_STATELESS` device link between the RZ/G2L DU (consumer) and its VSP (supplier) to enforce correct suspend/resume ordering. The approach mirrors what was already done for R-Car DU's CMM device links in `rcar_du_kms.c`. The patch is clean, small, and well-motivated. One issue worth raising is around the cleanup ordering and error handling. --- Generated by Claude Code Patch Reviewer