Re: [PATCH 09/16] drm/msm/adreno: Implement gx_is_on() for A8x
From: Akhil P Oommen
Date: Thu Mar 26 2026 - 14:00:45 EST
On 3/24/2026 3:33 PM, Konrad Dybcio wrote:
> On 3/23/26 9:12 PM, Akhil P Oommen wrote:
>> A8x has a diverged enough for a separate implementation of gx_is_on()
>> check. Add that and move them to the adreno func table.
>>
>> Fixes: 288a93200892 ("drm/msm/adreno: Introduce A8x GPU Support")
>> Signed-off-by: Akhil P Oommen <akhilpo@xxxxxxxxxxxxxxxx>
>> ---
>
> Fair, but then it'd also make sense to do so for a7 which also
> ignores SPTPRAC and has a different bitfields vs a6
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Ack. Thanks.
-Akhil
>
> Konrad