drm/amdkfd: Checkpoint and restore queues on GFX11
authorDavid Francis <David.Francis@amd.com>
Tue, 22 Nov 2022 20:14:32 +0000 (15:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Sep 2023 22:22:38 +0000 (18:22 -0400)
commit9296da8c40900b4dae3d973aa22be306e2a77671
tree2f7eedd193966b328962ba31fd82170ed920dd3d
parentec5fa9fcdeca69edf7dab5ca3b2e0ceb1c08fe9a
drm/amdkfd: Checkpoint and restore queues on GFX11

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 <felix.kuehling@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: David Francis <David.Francis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c