Re: [PATCH] drm/amdkfd: Checkpoint and restore queues on GFX11

2023-08-28 Thread Alex Deucher
Acked-by: Alex Deucher On Fri, Aug 25, 2023 at 4:10 PM David Francis wrote: > > The code in kfd_mqd_manager_v11.c to support criu dump and > restore of queue state was missing. > > Added it; should be equivalent to kfd_mqd_manager_v10.c. > > CC: Felix Kuehling > Signed-off-by: David Francis >

RE: [PATCH] drm/amdkfd: Checkpoint and restore queues on GFX11

2023-08-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of David Francis Sent: Friday, August 25, 2023 3:14 PM To: amd-gfx@lists.freedesktop.org Cc: Francis, David ; Kuehling, Felix Subject: [PATCH] drm/amdkfd: Checkpoint

[PATCH] drm/amdkfd: Checkpoint and restore queues on GFX11

2023-08-25 Thread David Francis
The code in kfd_mqd_manager_v11.c to support criu dump and restore of queue state was missing. Added it; should be equivalent to kfd_mqd_manager_v10.c. CC: Felix Kuehling Signed-off-by: David Francis --- .../gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 41 +++ 1 file changed,