Re: [PATCH 1/3] drm: Add DRM prime interfaces to reassign GEM handle

2025-06-16 Thread Christian König
On 6/13/25 20:23, David Francis wrote: > CRIU restore of drm buffer objects requires the ability to create > or import a buffer object with a specific gem handle. > > Add new drm ioctl DRM_IOCTL_GEM_CHANGE_HANDLE, which takes > the gem handle of an object and moves that object to a > specified new

Re: [PATCH 1/3] drm: Add DRM prime interfaces to reassign GEM handle

2025-05-21 Thread Christian König
On 5/21/25 16:06, David Francis wrote: > CRIU restore of drm buffer objects requires the ability to create > or import a buffer object with a specific gem handle. > > Add new drm ioctl DRM_IOCTL_GEM_CHANGE_HANDLE, which takes > the gem handle of an object and moves that object to a > specified new

Re: [PATCH 1/3] drm: Add DRM prime interfaces to reassign GEM handle

2025-05-19 Thread Christian König
On 5/16/25 21:33, David Francis wrote: > CRIU restore of drm buffer objects requires the ability to create > or import a buffer object with a specific gem handle. > > Add new drm ioctl DRM_IOCTL_PRIME_CHANGE_GEM_HANDLE, which takes > the gem handle of an object and moves that object to a > specifi