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/panel: jadard-jd9365da-h3: support Waveshare 720p DSI panels Date: Sun, 12 Apr 2026 09:06:57 +1000 Message-ID: In-Reply-To: <20260411-waveshare-dsi-touch-v2-16-75cdbeac5156@oss.qualcomm.com> References: <20260411-waveshare-dsi-touch-v2-0-75cdbeac5156@oss.qualcomm.com> <20260411-waveshare-dsi-touch-v2-16-75cdbeac5156@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds Waveshare 9.0" and 10.1"-B (720x1280) panels. 1. **Bug**: `waveshare_10_1_b_init()` returns `0` instead of `dsi_ctx.accum_err` -- same issue as patch 15. 2. **Minor**: Uses `mipi_dsi_dcs_write_seq_multi(&dsi_ctx, MIPI_DCS_SET_TEAR_ON)` which sends the command with no parameter byte. The round panels in patch 14 correctly use `mipi_dsi_dcs_set_tear_on_multi()`. Use the proper helper for consistency and clarity. --- --- Generated by Claude Code Patch Reviewer