Re: [PATCH v3 3/6] drm/msm/adreno: Add module param to disable ACD
From: Akhil P Oommen
Date: Mon Jan 06 2025 - 15:06:52 EST
On 12/31/2024 4:02 PM, Konrad Dybcio wrote:
> On 30.12.2024 10:11 PM, Akhil P Oommen wrote:
>> Add a module param to disable ACD which will help to quickly rule it
>> out for any GPU issues.
>>
>> Signed-off-by: Akhil P Oommen <quic_akhilpo@xxxxxxxxxxx>
>> ---
>
> Is that something useful during internal development, or do we
> see ACD causing issues in the wild?
>
> If the latter, would that be caused by e.g. outdated firmware?
It is rare to see ACD issues in production because there is pretty
stringent testing done during development. Still, disabling ACD is one
of the first thing we try because debugging HW spec violation is a
nightmare.
Regarding firmware, yeah, it is possible but rare in production.
-Akhil.
>
> Konrad