Home
last modified time | relevance | path

Searched refs:mmap_coherent (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_storedw_loop.c53 mmap_coherent(int fd, uint32_t handle, int size) in mmap_coherent() function
81 target = mmap_coherent(fd, obj[0].handle, 4096); in store_dword_loop()
88 batch[i] = mmap_coherent(fd, handle[i], 4096); in store_dword_loop()
Dgem_cs_tlb.c76 mmap_coherent(int fd, uint32_t handle, int size) in mmap_coherent() function
109 obj[i].batch = mmap_coherent(fd, obj[i].handle, BATCH_SIZE); in run_on_ring()