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: tc358768: Support non-continuous clock Date: Thu, 12 Mar 2026 07:14:50 +1000 Message-ID: In-Reply-To: <20260311-tc358768-v2-4-e75a99131bd5@ideasonboard.com> References: <20260311-tc358768-v2-0-e75a99131bd5@ideasonboard.com> <20260311-tc358768-v2-4-e75a99131bd5@ideasonboard.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 the `mode_flags` local variable and the `dev_warn_once` fallback that was disabling non-continuous clock. Now uses `dsi_dev->mode_flags` directly. The commit message explains the rationale well -- the original workaround was from an earlier state of the driver, and non-continuous mode now works. Clean change. --- Generated by Claude Code Patch Reviewer