Re: [PATCH v3 2/6] drm/msm: a6x: Rework qmp_get() error handling

2025-01-03 Thread Konrad Dybcio
On 30.12.2024 10:11 PM, Akhil P Oommen wrote: > Fix the following for qmp_get() errors: > > 1. Correctly handle probe defer for A6x GPUs > 2. Ignore other errors because those are okay when GPU ACD is > not required. They are checked again during gpu acd probe. > > Signed-off-by: Akhil P Oommen

[PATCH v3 2/6] drm/msm: a6x: Rework qmp_get() error handling

2024-12-30 Thread Akhil P Oommen
Fix the following for qmp_get() errors: 1. Correctly handle probe defer for A6x GPUs 2. Ignore other errors because those are okay when GPU ACD is not required. They are checked again during gpu acd probe. Signed-off-by: Akhil P Oommen --- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 5 +++-- 1 file