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

2025-06-17 Thread Felix Kuehling
On 2025-06-17 15:45, 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 gem ha

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

2025-06-17 Thread David Francis
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 gem handle. This ioctl needs to call drm_prime_re