Re: [PATCH v5 3/7] drm/msm: a6x: Rework qmp_get() error handling

2025-05-03 Thread Akhil P Oommen
On 4/23/2025 6:58 PM, Dmitry Baryshkov wrote: > On Sat, Apr 19, 2025 at 08:21:32PM +0530, 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 ch

Re: [PATCH v5 3/7] drm/msm: a6x: Rework qmp_get() error handling

2025-04-23 Thread Dmitry Baryshkov
On Sat, Apr 19, 2025 at 08:21:32PM +0530, 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

[PATCH v5 3/7] drm/msm: a6x: Rework qmp_get() error handling

2025-04-19 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 Reviewed-by: Konrad Dybcio Tested-by: Maya Matuszczyk Test