Re: [PATCH v3 3/6] drm/msm/adreno: Add module param to disable ACD

2025-01-06 Thread Akhil P Oommen
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 >> --- > > Is that something useful during internal development, or do

Re: [PATCH v3 3/6] drm/msm/adreno: Add module param to disable ACD

2024-12-31 Thread Konrad Dybcio
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 > --- Is that something useful during internal development, or do we see ACD causing issues in the wild? If the latter

[PATCH v3 3/6] drm/msm/adreno: Add module param to disable ACD

2024-12-30 Thread Akhil P Oommen
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 --- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 7 +++ drivers/gpu/drm/msm/adreno/adreno_device.c | 4 2 files changed, 11 insertions(+) diff --git a/drivers/gpu/