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/bridge: cadence: Convert to drm_output_color_format Date: Fri, 27 Feb 2026 15:17:09 +1000 Message-ID: In-Reply-To: <20260224-drm-rework-color-formats-v1-7-bebc76604ada@kernel.org> References: <20260224-drm-rework-color-formats-v1-0-bebc76604ada@kernel.org> <20260224-drm-rework-color-formats-v1-7-bebc76604ada@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Good conversion. This patch correctly identifies both contexts: - Switch/comparison uses in `cdns_mhdp_get_bpp()` and `cdns_mhdp_configure_video()` use the bare enum value - The struct field type is updated to `enum drm_output_color_format` - The init in `cdns_mhdp_probe()` uses the bare enum value for assignment All correct. **Same commit message typos.** --- Generated by Claude Code Patch Reviewer