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/amd/display: Fix incorrect log message in LTTPR mode selection Date: Tue, 24 Feb 2026 10:28:00 +1000 Message-ID: In-Reply-To: <20260223025156.27490-1-hayden.heins@gmail.com> References: <20260223025156.27490-1-hayden.heins@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/amd/display: Fix incorrect log message in LTTPR mode selection Author: Hayden Heins Patches: 1 Reviewed: 2026-02-24T10:28:00.718441 --- This is a single-patch submission that fixes a log message in the AMDGPU display driver's LTTPR (Link Training Tunable PHY Repeater) mode selection for 8b/10b DP link training. The code at line 171 returns `LTTPR_MODE_TRANSPARENT`, but the log message previously said `LTTPR_MODE_NON_TRANSPARENT`. The fix changes the log to say `LTTPR_MODE_TRANSPARENT`, matching the actual return value. The fix is correct and straightforward. There are no resource management, locking, or UAPI concerns. --- Generated by Claude Code Patch Reviewer