Searched refs:mmap_coherent (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_storedw_loop.c | 53 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()
|
D | gem_cs_tlb.c | 76 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()
|