Lines Matching full:handles
404 int __user *send_indices; /**< List of handles to buffers */
981 __u64 handles; member
999 __u64 handles; member
1000 /* wait on specific timeline point for every handles*/
1041 __u64 handles; member
1048 __u64 handles; member
1112 * GEM handles are not reference-counted by the kernel. User-space is
1119 * and always returns fresh new GEM handles even if an existing GEM handle
1185 * reference-count duplicated GEM handles. For more information see
1303 * If the client is DRM master or has &CAP_SYS_ADMIN, &drm_mode_fb_cmd2.handles
1304 * will be filled with GEM buffer handles. Fresh new GEM handles are always
1307 * removing the new handles, e.g. via the &DRM_IOCTL_GEM_CLOSE IOCTL. The same
1312 * Otherwise, &drm_mode_fb_cmd2.handles will be zeroed and planes are valid
1319 * To obtain DMA-BUF FDs for each plane without leaking GEM handles, user-space
1322 * double-close handles which are specified multiple times in the array.
1361 * Some applications (notably CRIU) need objects to have specific gem handles.