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/msm/mdp5: Remove MSM8974v1 Date: Tue, 03 Mar 2026 13:20:38 +1000 Message-ID: In-Reply-To: <20260302-topic-goodnight_8974v1-v1-1-e0006f7a0526@oss.qualcomm.com> References: <20260302-topic-goodnight_8974v1-v1-1-e0006f7a0526@oss.qualcomm.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/msm/mdp5: Remove MSM8974v1 Author: Konrad Dybcio Patches: 2 Reviewed: 2026-03-03T13:20:38.128002 --- This is a single cleanup patch that removes the MSM8974v1 MDP5 configuration from the driver, with the rationale that the v1 silicon was never shipped in any consumer device. The patch is straightforward: it deletes the `msm8x74v1_config` struct, removes the corresponding `cfg_handlers_v1` entry for revision 0, and renames `msm8x74v2_config` to `msm8x74_config` to align with naming elsewhere in the kernel. The change is clean and well-motivated. There is one minor cosmetic issue and one point worth confirming, but neither is blocking. --- Generated by Claude Code Patch Reviewer