Home
last modified time | relevance | path

Searched refs:gem_has_llc (Results 1 – 12 of 12) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_exec_flush.c259 !((flags & COHERENT) || gem_has_llc(fd))) in run()
317 !gem_has_llc(fd)) in run()
505 if (!gem_has_llc(fd)) in batch()
590 igt_info("Has LLC? %s\n", yesno(gem_has_llc(fd)));
Dgem_exec_big.c217 if (!FORCE_PREAD_PWRITE && gem_has_llc(fd)) in exhaustive()
281 if (!FORCE_PREAD_PWRITE && gem_has_llc(i915)) in single()
Dgem_cs_tlb.c81 if (gem_has_llc(fd) || !gem_mmap__has_wc(fd)) { in mmap_coherent()
Dgem_storedw_loop.c55 if (gem_has_llc(fd)) { in mmap_coherent()
Dgem_userptr_blits.c620 igt_require(gem_has_llc(fd)); in test_process_exit()
821 if (!gem_has_llc(fd)) in test_relocations()
856 if (gem_has_llc(fd)) { in umap()
887 if (gem_has_llc(fd1)) { in check_bo()
974 if (gem_has_llc(fd2)) { in test_dmabuf()
Dgem_streaming_writes.c280 igt_require(gem_has_llc(fd)); in test_batch()
Dgem_softpin.c296 igt_require(!gem_has_llc(fd)); in test_evict_snoop()
Dgem_mmap_gtt.c832 igt_require(gem_has_llc(fd)); in test_write_cpu_read_gtt()
Dgem_concurrent_all.c212 igt_require(!gem_has_llc(fd)); in create_snoop_require()
/external/igt-gpu-tools/lib/
Dioctl_wrappers.h123 bool gem_has_llc(int fd);
Dioctl_wrappers.c884 bool gem_has_llc(int fd) in gem_has_llc() function
/external/igt-gpu-tools/benchmarks/
Dgem_latency.c241 if (gem_has_llc(fd)) in setup_latency()