Re: [PATCH 0/3] Patches to allow amdgpu restore without kfd file.
Tvrtko Ursulin <[email protected]> Fri, 10 Apr 2026 16:42:43 +0100
| Newsgroups | dev.linux.lists.criu |
|---|---|
| Message-ID | <[email protected]> |
On 10/04/2026 15:45, David Francis wrote: > These patches allow processes that have renderD device files open > but not kfd device files to dump / restore. The series allows the first/minimal test case from my IGT to pass? Regards, Tvrtko > > Mostly a proof-of-concept / baseline for future work since there's > currently no way for such a process to dump / restore its queues. > > David Francis (3): > plugin/amdgpu: Add plugin to inventory even if there are no vmas > plugin/amdgpu: Add topology dump file > plugins/amdgpu: Make next_fd without kfd > > plugins/amdgpu/amdgpu_plugin.c | 113 ++++++++++++++++++++++++++-- > plugins/amdgpu/amdgpu_plugin_drm.c | 64 ++++++++++++++-- > plugins/amdgpu/amdgpu_plugin_util.h | 9 +++ > plugins/amdgpu/criu-amdgpu.proto | 5 ++ > 4 files changed, 180 insertions(+), 11 deletions(-) >