Lines Matching refs:shim_fd
107 v3d_simulator_copy_in_handle(struct shim_fd *shim_fd, int handle) in v3d_simulator_copy_in_handle() argument
112 struct v3d_bo *bo = v3d_bo_lookup(shim_fd, handle); in v3d_simulator_copy_in_handle()
118 v3d_simulator_copy_out_handle(struct shim_fd *shim_fd, int handle) in v3d_simulator_copy_out_handle() argument
123 struct v3d_bo *bo = v3d_bo_lookup(shim_fd, handle); in v3d_simulator_copy_out_handle()
131 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd); in v3dX() local
136 v3d_simulator_copy_in_handle(shim_fd, bo_handles[i]); in v3dX()
178 v3d_simulator_copy_out_handle(shim_fd, bo_handles[i]); in v3dX()
186 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd); in v3dX() local
189 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[0]); in v3dX()
190 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[1]); in v3dX()
191 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[2]); in v3dX()
192 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[3]); in v3dX()
213 v3d_simulator_copy_out_handle(shim_fd, submit->bo_handles[0]); in v3dX()
221 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd); in v3dX() local
253 create->handle = drm_shim_bo_get_handle(shim_fd, &bo->base); in v3dX()