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/tests: bridge: Add KUnit tests for bridge chain format selection Date: Sun, 12 Apr 2026 11:01:45 +1000 Message-ID: In-Reply-To: <20260409-color-format-v12-22-ce84e1817a27@collabora.com> References: <20260409-color-format-v12-0-ce84e1817a27@collabora.com> <20260409-color-format-v12-22-ce84e1817a27@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Large patch (787 lines) adding comprehensive bridge chain tests. The `DEFINE_FMT_FUNCS_FROM_TUPLES` and `DRM_BRIDGE_ATOMIC_WITH_BUS_FMT` macros provide a clean DSL for defining test bridges with format conversion tables. Test scenarios include: - RGB-to-YUV bridge chains - Must-convert-to-YUV444 paths - HDMI auto-selects-RGB - AUTO picks first working path - No-path-found error cases R-b from Maxime Ripard. **Verdict**: Excellent test coverage. --- --- Generated by Claude Code Patch Reviewer