[PATCH 0/2] clk: qcom: Mark the GPU CX GDSC as votable for Glymur and Kaanapali
Taniya Das <[email protected]> Sat, 01 Aug 2026 23:01:16 +0530
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260801-kaanapali-gpu-voteable-v1-0-fe804d24d2e9@oss.qualcomm.com> |
The GPU CX GDSC on both Glymur and Kaanapali is a votable power domain, but it was configured with POLL_CFG_GDSCR instead of VOTABLE when the respective GPUCC drivers were added. Fix both drivers to set the VOTABLE flag so the GDSC driver correctly treats collapse requests as always successful, matching other platforms with a votable GPU CX GDSC (e.g. SM8750, Milos). Signed-off-by: Taniya Das <[email protected]> --- Taniya Das (2): clk: qcom: gpucc-glymur: Mark the GPU CX GDSC as votable clk: qcom: gpucc-kaanapali: Mark the GPU CX GDSC as votable drivers/clk/qcom/gpucc-glymur.c | 2 +- drivers/clk/qcom/gpucc-kaanapali.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- base-commit: 415606a7be939835db9b0d6b711887586646346d change-id: 20260801-kaanapali-gpu-voteable-458e7fb07c91 Best regards, -- Taniya Das <[email protected]>