Lines Matching refs:shim_fd
61 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
72 create->handle = drm_shim_bo_get_handle(shim_fd, &bo->base);
82 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
84 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, args->handle);
96 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
98 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, map->handle);
100 map->offset = drm_shim_bo_get_mmap_offset(shim_fd, bo);