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: Add DP_DSC_MAX_BPP_DELTA register Date: Thu, 28 May 2026 12:24:07 +1000 Message-ID: In-Reply-To: <20260527110849.3943338-2-nemesa.garg@intel.com> References: <20260527110849.3943338-1-nemesa.garg@intel.com> <20260527110849.3943338-2-nemesa.garg@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 **Status: Looks correct** This patch moves the `DP_DSC_RGB_YCbCr444_MAX_BPP_DELTA_MASK` and `DP_DSC_RGB_YCbCr420_MAX_BPP_DELTA_MASK` definitions from under `DP_DSC_BITS_PER_PIXEL_INC` (0x06F) to a new `DP_DSC_MAX_BPP_DELTA` (0x06E) register heading. This is a straightforward and correct fix -- these masks apply to register 0x06E, not 0x06F. No concerns. --- --- Generated by Claude Code Patch Reviewer