]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Allow kfd CRIU with no buffer objects
authorDavid Francis <David.Francis@amd.com>
Wed, 19 Feb 2025 15:01:32 +0000 (10:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Sep 2025 19:53:56 +0000 (15:53 -0400)
commit85705b18ae7674347f8675f64b2b3115fb1d5629
tree7f2bae1a93450c46b26ad03c603d2093decb9564
parent4d82724f7f2b847eb0454b1aab5450545b39abd4
drm/amdgpu: Allow kfd CRIU with no buffer objects

The kfd CRIU checkpoint ioctl would return an error if trying
to checkpoint a process with no kfd buffer objects.

This is a normal case and should not be an error.

Reviewed-by: Felix Kuehling <felix.kuehling@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_chardev.c