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/sun4i: hdmi: Use the common TMDS char rate constant Date: Mon, 25 May 2026 22:44:50 +1000 Message-ID: In-Reply-To: <20260519144712.1418302-7-javierm@redhat.com> References: <20260519144712.1418302-1-javierm@redhat.com> <20260519144712.1418302-7-javierm@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Replaces `165000000` with `DRM_HDMI_TMDS_CHAR_RATE_MAX_1_0` and updates the= comment from `/* 165 MHz is the typical max pixelclock frequency for HDMI = <=3D 1.2 */` to `/* HDMI 1.0 max TMDS character rate */`. The commit messag= e notes the HDMI version correction =E2=80=94 the old comment said "HDMI = =E2=89=A4 1.2" but 165 MHz is actually the HDMI 1.0 maximum. This is a nice= incidental fix. **No issues.** --- --- Generated by Claude Code Patch Reviewer