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/dp: Rename and relocate AS SDP payload field masks Date: Sun, 12 Apr 2026 12:51:24 +1000 Message-ID: In-Reply-To: <20260408084239.1295325-2-ankit.k.nautiyal@intel.com> References: <20260408084239.1295325-1-ankit.k.nautiyal@intel.com> <20260408084239.1295325-2-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** Clean rename from `DP_ADAPTIVE_SYNC_SDP_OPERATION_MODE`/`DP_ADAPTIVE_SYNC_SDP_LENGTH` to `DP_AS_SDP_OPERATION_MODE_MASK`/`DP_AS_SDP_LENGTH_MASK` and relocation out of the DPRX feature enumeration section. The usage in `intel_dp_as_sdp_unpack()` is correctly updated. No functional change. No issues. --- Generated by Claude Code Patch Reviewer