Re: [PATCH 2/4] drm/amdgpu: Add CRIU ioctl to get bo info

2025-06-19 Thread Felix Kuehling
------------------------------------- > *From:* Kuehling, Felix > *Sent:* Wednesday, June 18, 2025 5:05 PM > *To:* Francis, David ; dri-devel@lists.freedesktop.org > > *Cc:* tvrtko.ursu...@igalia.com ; Yat Sin, Davi

Re: [PATCH 2/4] drm/amdgpu: Add CRIU ioctl to get bo info

2025-06-19 Thread Francis, David
l declarations for its ioctl definitions. Not sure if there's another way I should be including them. From: Kuehling, Felix Sent: Wednesday, June 18, 2025 5:05 PM To: Francis, David ; dri-devel@lists.freedesktop.org Cc: tvrtko.ursu...@igalia.com ; Yat Sin, D

Re: [PATCH 2/4] drm/amdgpu: Add CRIU ioctl to get bo info

2025-06-18 Thread Felix Kuehling
On 2025-06-17 15:45, David Francis wrote: > Add new ioctl DRM_IOCTL_AMDGPU_CRIU_BO_INFO. > > This ioctl returns a list of bos with their handles, sizes, > and flags and domains. > > This ioctl is meant to be used during CRIU checkpoint and > provide information needed to reconstruct the bos > in

[PATCH 2/4] drm/amdgpu: Add CRIU ioctl to get bo info

2025-06-17 Thread David Francis
Add new ioctl DRM_IOCTL_AMDGPU_CRIU_BO_INFO. This ioctl returns a list of bos with their handles, sizes, and flags and domains. This ioctl is meant to be used during CRIU checkpoint and provide information needed to reconstruct the bos in CRIU restore. Signed-off-by: David Francis --- drivers/