Re: [PATCH 2/6] drm/msm/adreno: rename llc_mmio to cx_mmio

From: Konrad Dybcio

Date: Wed Apr 01 2026 - 04:49:36 EST


On 4/1/26 4:17 AM, Alexander Koskovich wrote:
> This region is used for more than just LLCC, it also provides access to
> software fuse values (raytracing, etc).
>
> Rename relevant symbols from _llc to _cx for use in a follow up change
> that decouples this from LLCC.
>
> Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
> ---

I think this would be better named 'cx_misc', but maybe Akhil or Rob have
a preference.

(VDD_)CX is name of the power rail that powers most non-multimedia parts
of the SoC and in the Adreno team's lingo that roughly refers to
GPU-adjacent HW that does not need the VDD_GX ("Graphics") rail to be on

CX_MISC is a specific region within the GPUSS

Konrad