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: Set pre_enable_prev_first for reverse order Date: Thu, 12 Mar 2026 07:14:49 +1000 Message-ID: In-Reply-To: <20260311-tc358768-v2-2-e75a99131bd5@ideasonboard.com> References: <20260311-tc358768-v2-0-e75a99131bd5@ideasonboard.com> <20260311-tc358768-v2-2-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 Sets `bridge->pre_enable_prev_first = true` to ensure the bridge's `pre_enable` is called before the panel's `prepare`, which is necessary for panels that send init commands during prepare. This is a one-line functional change in the right place (`tc358768_dsi_host_attach`). Clean and correct. --- Generated by Claude Code Patch Reviewer