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/hx8357d: Use regular atomic helpers; drop simple-display helpers Date: Sun, 22 Mar 2026 04:15:33 +1000 Message-ID: In-Reply-To: <20260319160110.109610-5-tzimmermann@suse.de> References: <20260319160110.109610-1-tzimmermann@suse.de> <20260319160110.109610-5-tzimmermann@suse.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Clean mechanical conversion. The driver correctly: - Introduces `struct hx8357d_device` wrapping `mipi_dbi_dev` - Uses the provided macros for funcs initialization - Sets up the full pipeline (plane =E2=86=92 crtc =E2=86=92 encoder =E2=86= =92 connector) - Enables damage clips on the plane No issues found. --- Generated by Claude Code Patch Reviewer