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/amdgpu: deduplicate JPEG v5.0 interrupt routine Date: Thu, 23 Apr 2026 07:54:53 +1000 Message-ID: In-Reply-To: <20260421200236.30927-1-andrebueno.mac@gmail.com> References: <20260421200236.30927-1-andrebueno.mac@gmail.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/amdgpu: deduplicate JPEG v5.0 interrupt routine Author: Andre Luiz Batista Bueno Patches: 1 Reviewed: 2026-04-23T07:54:53.885578 --- This is a single-patch series that extracts an identical interrupt processi= ng routine from `jpeg_v5_0_1.c` and `jpeg_v5_0_2.c` into a shared `jpeg_v5_= 0_interrupt.c` file. The deduplication itself is correct and mechanical =E2= =80=94 the extracted function is a faithful copy of the original code from = both files, which were byte-for-byte identical. The patch has one process issue (incorrect `Co-developed-by` / `Signed-off-= by` tag ordering) and a minor naming/scope observation. The code change its= elf is sound. --- --- Generated by Claude Code Patch Reviewer