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/i915/psr: Write the PR config DPCDs in burst mode Date: Tue, 31 Mar 2026 17:39:48 +1000 Message-ID: In-Reply-To: <20260330040656.4116502-14-ankit.k.nautiyal@intel.com> References: <20260330040656.4116502-1-ankit.k.nautiyal@intel.com> <20260330040656.4116502-14-ankit.k.nautiyal@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Converts two `drm_dp_dpcd_writeb()` calls into a single `drm_dp_dpcd_write()` burst. Clean optimization with good error handling added. No R-b tag but straightforward. --- Generated by Claude Code Patch Reviewer