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: dw-hdmi: Use the common TMDS char rate constant Date: Mon, 25 May 2026 22:44:49 +1000 Message-ID: In-Reply-To: <20260519144712.1418302-3-javierm@redhat.com> References: <20260519144712.1418302-1-javierm@redhat.com> <20260519144712.1418302-3-javierm@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes `#define HDMI14_MAX_TMDSCLK 340000000` and replaces all four uses with `DRM_HDMI_TMDS_CHAR_RATE_MAX_1_3`. The old name `HDMI14` was misleading (340 MHz is HDMI 1.3, not 1.4), and the commit message correctly notes this. All four substitution sites are 1:1 replacements with the same value (340000000). **No issues.** --- --- Generated by Claude Code Patch Reviewer