Searched defs:fd_device (Results 1 – 3 of 3) sorted by relevance
119 struct fd_device { struct135 const struct fd_device_funcs *funcs; argument137 struct fd_bo_cache bo_cache;138 struct fd_bo_cache ring_cache;140 bool has_cached_coherent;142 bool closefd; /* call close(fd) upon destruction */145 int bo_size;155 struct list_head deferred_submits;156 unsigned deferred_cmds;157 simple_mtx_t submit_lock;[all …]
82 struct fd_device { struct98 const struct fd_device_funcs *funcs; argument116 drm_private void fd_device_del_locked(struct fd_device *dev); argument
273 drmDevicePtr fd_device; in wsi_device_matches_drm_fd() local