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/vrr: Avoid vrr for PCON with HDMI2.1 sink Date: Sun, 12 Apr 2026 12:51:26 +1000 Message-ID: In-Reply-To: <20260408084239.1295325-10-ankit.k.nautiyal@intel.com> References: <20260408084239.1295325-1-ankit.k.nautiyal@intel.com> <20260408084239.1295325-10-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 **R-b: Ville Syrjala** Adds `drm_dp_is_branch()` check to `intel_vrr_is_capable()` to reject VRR on all DP branch devices. The commit message explains PCON VRR is unimplemented. The TODO is appropriate. One consideration: the MST check (`if (connector->mst.dp) return false;`) is already above this, so this only catches non-MST branch devices. That's correct. No issues. --- Generated by Claude Code Patch Reviewer