Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dpanfrost_gem_new.c70 map = igt_panfrost_mmap_bo(fd, bo->handle, size, PROT_READ | PROT_WRITE);
79 map = igt_panfrost_mmap_bo(fd2, bo->handle, size, PROT_READ | PROT_WRITE);
/external/igt-gpu-tools/lib/
Digt_panfrost.h56 void *igt_panfrost_mmap_bo(int fd, uint32_t handle, uint32_t size, unsigned prot);
Digt_panfrost.c106 igt_panfrost_mmap_bo(int fd, uint32_t handle, uint32_t size, unsigned prot) in igt_panfrost_mmap_bo() function
125 bo->map = igt_panfrost_mmap_bo(fd, bo->handle, bo->size, in igt_panfrost_bo_mmap()