summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
2016-11-03benchmarks: Add prime_lookup to .gitignorePetri Latvala1-1/+2
2016-10-15benchmarks/gem_blt: Directly compare the cmdparserChris Wilson2-5/+27
2016-09-30benchmarks/gem_blt: Remove () causing integer overflowChris Wilson1-1/+1
2016-09-27benchmarks: Add prime_lookup microbenchmarkChris Wilson3-0/+224
2016-09-25benchmarks: Add some missing .gitignore binariesChris Wilson1-0/+2
2016-09-07benchmarks/gem_busy: Fix compile errorDerek Morton1-0/+2
2016-09-04benchmarks/gem_busy: Merge all the sync_file fences togetherChris Wilson1-6/+33
2016-09-02benchmarks/gem_latency: Measure fence wakeup latenciesChris Wilson2-7/+63
2016-08-29benchmarks/gem_busy: Measure polling of sync_fileChris Wilson2-2/+47
2016-08-28benchmarks/gem_busy: Compare using wait-ioctl for busyness checkChris Wilson2-2/+33
2016-08-28benchmarks/gem_busy: Exercise the busy ioctlChris Wilson3-0/+304
2016-08-04benchmarks/Makefile: Replace automake specific name of listing in Makfile.sou...Robert Foss3-2/+4
2016-08-04benchmarks/Makefile: Don't build benchmarks that depend on libdrm_intelRobert Foss3-6/+16
2016-06-20benchmarks: Add vgem mmap speed testChris Wilson4-0/+155
2016-06-03benchmarks/gem_exec_nop: Extend submission to check write inter-engine syncChris Wilson2-27/+76
2016-05-19benchmarks/gem_exec_fault: Reset alignment to 0Chris Wilson1-0/+1
2016-05-19benchmarks: Add gem_exec_faultChris Wilson3-0/+221
2016-05-11benchmarks/, overlay/, demos/, tools/, tests/: Add optional Werror.marius vlad1-1/+2
2016-05-09benchmarks/gem_latency: Revert to unsafe mmio access on gen7Chris Wilson1-8/+16
2016-05-09benchmarks/gem_blt: Add forked variantsChris Wilson2-17/+38
2016-05-09benchmarks/gem_exec_nop: Add forked variantsChris Wilson2-24/+53
2016-05-09benchmarks/gem_create: Report combined concurrent allocation rateChris Wilson2-3/+2
2016-05-07benchmarks: Add some contention tests for object/context creationChris Wilson4-66/+125
2016-05-02benchmarks/gem_latency: Report throughputChris Wilson2-8/+11
2016-04-27benchmark/gem_latency: sync startup correctlyChris Wilson1-4/+4
2016-04-16gem_exec_lut_handle: Fix presumed_offset to force relocation on full-ppgttChris Wilson1-2/+2
2016-04-03benchmarks: Include my ezbench test runnersChris Wilson10-0/+242
2016-04-03benchmarks/gem_latency: Add a -C switch to measure impact of cmdparserChris Wilson1-9/+23
2016-03-24benchmarks/gem_exec_nop: Include a measurement across all ringsChris Wilson1-6/+30
2016-03-24lib: Add a GPU error detectorChris Wilson1-1/+1
2016-03-19lib/igt_aux: Divert ioctls for signal injectionChris Wilson1-1/+1
2016-03-11benchmarks/gem_syslatency: Add extra android guard to attr_setaffinity_npDerek Morton1-0/+2
2016-03-10igt/gem_exec_nop: Fix logical inversion for checking of valid execbufChris Wilson1-2/+1
2016-03-10benchmarks/gem_syslatency: Guard setaffinity_npChris Wilson1-22/+19
2016-03-10benchmarks/gem_syslatency: Subtract the clock_gettime() overheadChris Wilson1-4/+18
2016-03-10benchmarks/gem_syslatency: Prevent CPU sleeps (C-states)Chris Wilson2-1/+14
2016-03-10benchmarks/gem_syslatency: Measure unloaded latencyChris Wilson1-15/+23
2016-03-09benchmarks: Add gem_syslatencyChris Wilson3-0/+304
2016-03-08benchmarks/gem_latency: Replace igt_stats with igt_meanChris Wilson1-12/+13
2016-03-01benchmarks/gem_blt: Measure the throughput of synchronous copiesChris Wilson1-3/+14
2016-02-11lib: Add gem_userptr and __gem_userptr helpersTiago Vignatti1-49/+6
2016-01-27lib: Share common __gem_execbuf()Chris Wilson4-33/+0
2016-01-06benchmarks/gem_latency: Allow setting an infinite timeChris Wilson1-2/+3
2016-01-02benchmarks/gem_mmap: Convert to run over a fixed periodChris Wilson1-21/+41
2016-01-02benchmarks/gem_exec_nop: Convert to running for a fixed timeChris Wilson1-29/+33
2016-01-02benchmarks/gem_exec_ctx: Run for a fixed timeChris Wilson1-49/+54
2016-01-01benchmarks/gem_exec_ctx: Fix fd switching between default contextsChris Wilson1-1/+1
2015-12-31benchmarks/gem_blt: Estimate memory bandwidth to improve test runtimeChris Wilson1-22/+44
2015-12-21benchmarks/gem_latency: Hide spinlocks for androidChris Wilson1-9/+21
2015-12-21benchmarks/gem_latency: Serialise mmio readsChris Wilson1-4/+28