Lines Matching defs:shim_fd
38 struct v3d_bo *v3d_bo_lookup(struct shim_fd *shim_fd, int handle)
40 return v3d_bo(drm_shim_bo_lookup(shim_fd, handle));
55 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
57 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, map->handle);
59 map->offset = drm_shim_bo_get_mmap_offset(shim_fd, bo);
69 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
71 struct v3d_bo *bo = v3d_bo_lookup(shim_fd, get->handle);