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: Switch to generic PAS TZ APIs Date: Mon, 25 May 2026 18:55:31 +1000 Message-ID: In-Reply-To: <20260522115936.201208-10-sumit.garg@kernel.org> References: <20260522115936.201208-1-sumit.garg@kernel.org> <20260522115936.201208-10-sumit.garg@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Switches the DRM MSM driver (adreno_gpu.c and a5xx_gpu.c) from SCM PAS APIs to generic PAS APIs. Adds `select QCOM_PAS` to Kconfig while keeping `select QCOM_SCM` (MSM DRM still uses `qcom_scm_mem_protect_video_var` and other SCM APIs). **Error message update**: `"SCM is not available"` -> `"Qcom PAS is not available"` -- the capitalization of "Qcom" is inconsistent with kernel conventions. Most Qualcomm references in the kernel use "Qualcomm" or "QCOM". Minor style nit. No functional issues. Clean conversion. --- Generated by Claude Code Patch Reviewer