summaryrefslogtreecommitdiff
path: root/benchmarks/gem_latency.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Macros fixes: Removed unused & redundant macrosranjeet kumar1-11/+7
2020-01-30benchmarks/gem_latency: change gtt to device coherent mappingZbigniew Kempczyński1-1/+1
2019-08-29lib/intel_mmio: add additional api for multiple devicesDaniel Mrzyglod1-1/+2
2019-03-29Revert "lib/igt_device: Move intel_get_pci_device under igt_device"Ville Syrjälä1-3/+1
2019-03-20lib/igt_device: Move intel_get_pci_device under igt_deviceMichał Winiarski1-1/+3
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter1-1/+0
2017-05-31lib: Moving gem_execbuf_wr to ioctl_wrappersLukasz Fiedorowicz1-16/+0
2017-04-19benchmarks/gem_latency: Provide LOCAL defines for old libdrmChris Wilson1-4/+7
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-1/+1
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-1/+1
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-1/+1
2017-02-24benchmarks/gem_latency: Fix compiler warningMika Kahola1-1/+0
2016-09-02benchmarks/gem_latency: Measure fence wakeup latenciesChris Wilson1-3/+43
2016-05-09benchmarks/gem_latency: Revert to unsafe mmio access on gen7Chris Wilson1-8/+16
2016-05-02benchmarks/gem_latency: Report throughputChris Wilson1-0/+3
2016-04-27benchmark/gem_latency: sync startup correctlyChris Wilson1-4/+4
2016-04-03benchmarks/gem_latency: Add a -C switch to measure impact of cmdparserChris Wilson1-9/+23
2016-03-08benchmarks/gem_latency: Replace igt_stats with igt_meanChris Wilson1-12/+13
2016-01-06benchmarks/gem_latency: Allow setting an infinite timeChris Wilson1-2/+3
2015-12-21benchmarks/gem_latency: Hide spinlocks for androidChris Wilson1-9/+21
2015-12-21benchmarks/gem_latency: Serialise mmio readsChris Wilson1-4/+28
2015-12-21benchmarks/gem_latency: Guard against inferior pthreads.hChris Wilson1-2/+6
2015-12-20benchmarks/gem_latency: Measure CPU usageChris Wilson1-2/+17
2015-12-20benchmarks/gem_latency: Measure effect of using RealTime priorityChris Wilson1-19/+37
2015-12-20benchmarks/gem_latency: Use RCS on SandybridgeChris Wilson1-5/+19
2015-12-20benchmarks/gem_latency: Rearrange thread cancellationChris Wilson1-6/+17
2015-12-20benchmarks/gem_latency: Tweak workloadChris Wilson1-55/+63
2015-12-19benchmarks/gem_latency: Add output field specifierChris Wilson1-4/+22
2015-12-19benchmarks/gem_latency: Split the nop/work/latency measurementChris Wilson1-75/+129
2015-12-19benchmarks/gem_latency: Add time controlChris Wilson1-4/+13
2015-12-19benchmarks/gem_latency: Add nop dispatch latency measurementChris Wilson1-18/+96
2015-12-19benchmarks/gem_latency: Expose the workload factorChris Wilson1-6/+19
2015-12-19benchmarks/gem_latency: Measure whole execution throughputChris Wilson1-12/+19
2015-12-19benchmarks/gem_latency: Fix for !LLCChris Wilson1-2/+6
2015-12-19benchmark: Measure of latency of producers -> consumers, gem_latencyChris Wilson1-0/+323