RE: [PATCH] drm/amdgpu/userq: move runpm handling into core userq code

2025-04-14 Thread Liu, Shaoyun
[AMD Official Use Only - AMD Internal Distribution Only] Looks good to me . Reviewed-by: Shaoyun.liu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Sunday, April 13, 2025 2:24 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu/user

Re: [PATCH] drm/amdgpu/userq: move runpm handling into core userq code

2025-04-14 Thread Khatri, Sunil
On 4/13/2025 11:54 PM, Alex Deucher wrote: Pull it out of the MES code and into the generic code. It's not MES specific and needs to be applied to all user queues regardless of the backend. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c | 13 + driv