Re: [PATCH v2] drm/amdgpu: make mes_userq_unmap as int from void

2025-04-10 Thread Alex Deucher
On Wed, Apr 2, 2025 at 8:11 AM Sunil Khatri wrote: > > mes_userq_unmap could fail due to MES fw unable to > unmap the queue and the return value needs is not > to be ignored and handled on first step itself. > > Also queue->queue_active set to false in this function > but only when the queue is re

Re: [PATCH v2] drm/amdgpu: make mes_userq_unmap as int from void

2025-04-06 Thread Khatri, Sunil
Ping ? On 4/2/2025 5:41 PM, Sunil Khatri wrote: mes_userq_unmap could fail due to MES fw unable to unmap the queue and the return value needs is not to be ignored and handled on first step itself. Also queue->queue_active set to false in this function but only when the queue is removed successf