Searched refs:nop_on_ring (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_nop.c | 69 static double nop_on_ring(int fd, uint32_t handle, unsigned ring_id, in nop_on_ring() function 352 time = nop_on_ring(fd, handle, ring_id, 20, &count); in single() 373 time = nop_on_ring(fd, handle, engine, timeout, &count); in stable_nop_on_ring() 446 time = nop_on_ring(fd, handle, engine, 1, &count) / count; in parallel() 504 time = nop_on_ring(fd, handle, engine, 1, &count) / count; in series() 601 time = nop_on_ring(fd, handle, n, 1, &count) / count; in sequential()
|