Home
last modified time | relevance | path

Searched refs:drm_gem_handle_create_tail (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_gem.c343 * drm_gem_handle_create_tail - internal functions to create a handle
357 drm_gem_handle_create_tail(struct drm_file *file_priv, in drm_gem_handle_create_tail() function
434 return drm_gem_handle_create_tail(file_priv, obj, handlep); in drm_gem_handle_create()
892 /* drm_gem_handle_create_tail unlocks dev->object_name_lock. */ in drm_gem_open_ioctl()
893 ret = drm_gem_handle_create_tail(file_priv, obj, &handle); in drm_gem_open_ioctl()
H A Ddrm_internal.h175 int drm_gem_handle_create_tail(struct drm_file *file_priv,
H A Ddrm_prime.c335 ret = drm_gem_handle_create_tail(file_priv, obj, handle); in drm_gem_prime_fd_to_handle()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c343 * drm_gem_handle_create_tail - internal functions to create a handle
357 drm_gem_handle_create_tail(struct drm_file *file_priv, in drm_gem_handle_create_tail() function
430 return drm_gem_handle_create_tail(file_priv, obj, handlep); in drm_gem_handle_create()
900 /* drm_gem_handle_create_tail unlocks dev->object_name_lock. */ in drm_gem_open_ioctl()
901 ret = drm_gem_handle_create_tail(file_priv, obj, &handle); in drm_gem_open_ioctl()
H A Ddrm_internal.h162 int drm_gem_handle_create_tail(struct drm_file *file_priv,
H A Ddrm_prime.c333 ret = drm_gem_handle_create_tail(file_priv, obj, handle); in drm_gem_prime_fd_to_handle()

Completed in 8 milliseconds