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

2025-04-14 Thread Liu, Shaoyun
/userq: move runpm handling into core userq code 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

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

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

2025-04-13 Thread Alex Deucher
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 + drivers/gpu/drm/amd/amdgpu/mes_userqueue.c| 15