RE: [PATCH v1] drm/amdgpu: no need to set queue_active in mes_userq_resume

2025-04-07 Thread Khatri, Sunil
: Tuesday, April 8, 2025 7:24 AM To: Khatri, Sunil ; Khatri, Sunil ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: RE: [PATCH v1] drm/amdgpu: no need to set queue_active in mes_userq_resume [AMD Official Use Only - AMD Internal Distribution Only] I had a similar

RE: [PATCH v1] drm/amdgpu: no need to set queue_active in mes_userq_resume

2025-04-07 Thread Liang, Prike
Sent: Monday, April 7, 2025 1:59 PM > To: Khatri, Sunil ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Koenig, Christian > > Subject: Re: [PATCH v1] drm/amdgpu: no need to set queue_active in > mes_userq_resume > > Ping > > On 4/2/2025 5:46 PM, Sunil Khat

Re: [PATCH v1] drm/amdgpu: no need to set queue_active in mes_userq_resume

2025-04-06 Thread Khatri, Sunil
Ping On 4/2/2025 5:46 PM, Sunil Khatri wrote: In mes_userq_resume calls mes_userq_map which set the queue_active state to true if it succeed and from the resume we dont need to explicitly set the queue state. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/amd/amdgpu/mes_userqueue.c | 1 -