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/msm/mdss: use new helper to set UBWC bank spreading Date: Mon, 09 Mar 2026 08:32:17 +1000 Message-ID: In-Reply-To: <20260306-ubwc-rework-v1-10-9cfdff12f2bb@oss.qualcomm.com> References: <20260306-ubwc-rework-v1-0-9cfdff12f2bb@oss.qualcomm.com> <20260306-ubwc-rework-v1-10-9cfdff12f2bb@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Replaces `data->ubwc_bank_spread` with `qcom_ubwc_bank_spread(data)`: ```c - if (data->ubwc_bank_spread) + if (qcom_ubwc_bank_spread(data)) ``` At this point the helper returns a constant `true`, which is the correct value for all supported MDSS HW revisions (v5+). --- Generated by Claude Code Patch Reviewer