RE: [PATCH] drm/amd/amdgpu: limit single process inside MES

2024-10-24 Thread Liu, Shaoyun
Sent: Thursday, October 24, 2024 9:21 AM To: Liu, Shaoyun Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amd/amdgpu: limit single process inside MES On Wed, Oct 23, 2024 at 8:48 PM Shaoyun Liu wrote: > > This is for MES to limit only one process for the user queues > >

Re: [PATCH] drm/amd/amdgpu: limit single process inside MES

2024-10-24 Thread Alex Deucher
On Wed, Oct 23, 2024 at 8:48 PM Shaoyun Liu wrote: > > This is for MES to limit only one process for the user queues > > Signed-off-by: Shaoyun Liu > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 24 > drivers/gpu/drm/

[PATCH] drm/amd/amdgpu: limit single process inside MES

2024-10-23 Thread Shaoyun Liu
This is for MES to limit only one process for the user queues Signed-off-by: Shaoyun Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 24 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 19 +++ drivers/gpu/drm/a

[PATCH] drm/amd/amdgpu: limit single process inside MES

2024-10-23 Thread Shaoyun Liu
This is for MES to limit only one process for the user queues Signed-off-by: Shaoyun Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 24 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 19 +++ drivers/gpu/drm/a

Re: [PATCH] drm/amd/amdgpu: limit single process inside MES

2024-10-23 Thread Alex Deucher
On Wed, Oct 23, 2024 at 2:08 PM Shaoyun Liu wrote: > > This is for MES to limit only one process for the user queues > > Signed-off-by: Shaoyun Liu > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 24 > drivers/gpu/drm/