Home
last modified time | relevance | path

Searched refs:shmem_bo (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c212 virtio_dev->shmem_bo = fd_bo_new(dev, 0x4000, in init_shmem()
214 virtio_dev->shmem = fd_bo_map(virtio_dev->shmem_bo); in init_shmem()
215 virtio_dev->shmem_bo->bo_reuse = NO_CACHE; in init_shmem()
218 virtio_dev->rsp_mem_len = fd_bo_size(virtio_dev->shmem_bo) - offset; in init_shmem()
Dvirtio_priv.h49 struct fd_bo *shmem_bo; member
Dvirtio_device.c38 fd_bo_del_locked(virtio_dev->shmem_bo); in virtio_device_destroy()