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: Add a TODO for better managing the MDSS clock power state Date: Wed, 11 Mar 2026 13:15:05 +1000 Message-ID: In-Reply-To: <20260310-topic-mdss_power_todo-v1-1-59457b8b7486@oss.qualcomm.com> References: <20260310-topic-mdss_power_todo-v1-1-59457b8b7486@oss.qualcomm.com> <20260310-topic-mdss_power_todo-v1-1-59457b8b7486@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Typo:** The comment contains a spelling error: ```c * risk of brownout, but realistically this path is almost exclusively exce= rcised after the ``` "excercised" should be "exercised". **Content:** The TODO comment is well-written and clearly explains the scen= ario =E2=80=94 bootloader (or a previous module load) may have left the clo= ck at a high rate, `clk_bulk_prepare_enable()` doesn't reprogram the rate, = and there's a theoretical brownout risk. The caveat that this is normally s= afe (either because OPP has been set by MDP/DPU drivers, or because RPM(H)P= D `sync_state` hasn't run yet) is helpful context. **Overall:** The patch is fine with the typo fix. No functional concerns si= nce this is purely a comment addition. --- Generated by Claude Code Patch Reviewer