Lines Matching defs:handles
404 int __user *send_indices; /**< List of handles to buffers */
897 __u64 handles;
907 __u64 handles;
908 /* wait on specific timeline point for every handles*/
941 __u64 handles;
948 __u64 handles;
1005 * GEM handles are not reference-counted by the kernel. User-space is
1012 * and always returns fresh new GEM handles even if an existing GEM handle
1078 * reference-count duplicated GEM handles. For more information see
1176 * If the client is DRM master or has &CAP_SYS_ADMIN, &drm_mode_fb_cmd2.handles
1177 * will be filled with GEM buffer handles. Fresh new GEM handles are always
1180 * removing the new handles, e.g. via the &DRM_IOCTL_GEM_CLOSE IOCTL. The same
1185 * Otherwise, &drm_mode_fb_cmd2.handles will be zeroed and planes are valid
1192 * To obtain DMA-BUF FDs for each plane without leaking GEM handles, user-space
1195 * double-close handles which are specified multiple times in the array.