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 21:16:42 +0000 (17:16 -0400)
commite379162adf890a72fce2fc898111478854254975
treef7063a0bbece0b9a5546d25ebeaefba2e640e96a
parent42ab1cfed03a3248cd98ca1708f6d7520c606b27
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