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

2025-04-05 Thread Christian König
Am 28.03.25 um 19:06 schrieb David Francis: > CRIU restore of drm buffer objects requires the ability to create > a buffer object with a specific gem handle. > > Add function drm_prime_change_buf_handle to change the gem handle > of a specified buffer object. > > This function calls drm_gem_object_

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

2025-03-28 Thread David Francis
CRIU restore of drm buffer objects requires the ability to create a buffer object with a specific gem handle. Add function drm_prime_change_buf_handle to change the gem handle of a specified buffer object. This function calls drm_gem_object_release_handle. drm_gem_object_release_handle is an inte