Home
last modified time | relevance | path

Searched refs:drm_shim_bo_lookup (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/broadcom/drm-shim/
Dv3d.c40 return v3d_bo(drm_shim_bo_lookup(shim_fd, handle)); in v3d_bo_lookup()
57 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, map->handle); in v3d_ioctl_mmap_bo()
Dv3d_noop.c84 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, args->handle); in v3d_ioctl_get_bo_offset()
98 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, map->handle); in v3d_ioctl_mmap_bo()
Dvc4_noop.c58 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, map->handle); in vc4_ioctl_mmap_bo()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h91 struct shim_bo *drm_shim_bo_lookup(struct shim_fd *shim_fd, int handle);
Ddevice.c297 drm_shim_bo_lookup(struct shim_fd *shim_fd, int handle) in drm_shim_bo_lookup() function
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/
Dlima_noop.c83 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, gem_info->handle); in lima_ioctl_gem_info()
/third_party/mesa3d/src/panfrost/drm-shim/
Dpanfrost_noop.c98 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, mmap_bo->handle); in pan_ioctl_mmap_bo()
/third_party/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c180 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, args->handle); in etnaviv_ioctl_gem_info()
/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c98 nouveau_shim_bo(drm_shim_bo_lookup(shim_fd, info->handle)); in nouveau_ioctl_gem_info()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c95 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, args->handle); in msm_ioctl_gem_info()
/third_party/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c82 struct shim_bo *bo = drm_shim_bo_lookup(shim_fd, mmap_arg->handle); in i915_ioctl_gem_mmap()