summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
2017-10-12benchmark/gem_busy: Compare polling with syncobj_waitChris Wilson1-3/+76
2017-10-03Fix rlim_cur compiler warnings when building on ARM.Eric Anholt1-1/+1
2017-10-02meson: Distribute meson build system filesPetri Latvala1-1/+4
2017-10-02benchmarks: Add ezbench.d files to distPetri Latvala2-1/+17
2017-10-02benchmarks: Add wsim files to distPetri Latvala2-0/+33
2017-09-29benchmarks: Actually build LIBDRM_INTEL_BENCHMARKSPetri Latvala1-1/+1
2017-09-28benchmarks/gem_exec_fault: Update for tryhard kernels.Chris Wilson1-8/+12
2017-09-28benchmarks/gem_syslatency: Apply vmpressure, measure page allocationChris Wilson1-3/+84
2017-09-08meson: basic build system supportDaniel Vetter1-0/+36
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter3-5/+0
2017-09-08build: Define _GNU_SOURCE in Makefile.amDaniel Vetter1-1/+1
2017-07-11igt: Add LOCAL defines for distro compatibilityArkadiusz Hiler1-2/+8
2017-06-09benchmarks/gem_busy: Trim unused comparesChris Wilson1-21/+6
2017-06-08gem_wsim: More interesting workloadsTvrtko Ursulin3-0/+29
2017-06-08gem_wsim: Add some randomness to the 17i7 workloadTvrtko Ursulin1-7/+7
2017-06-08gem_wsim: Asymmetrical 1-to-n workloadsTvrtko Ursulin4-0/+60
2017-06-08gem_wsim: Fix heartbeats in GT2 modeTvrtko Ursulin1-4/+12
2017-06-08gem_wsim: Detect invalid duration rangeTvrtko Ursulin1-2/+2
2017-06-08gem_wsim: Late balancing decision modeTvrtko Ursulin1-4/+44
2017-06-08gem_wsim: Add static context balancerTvrtko Ursulin1-9/+37
2017-06-08gem_wsim: Added missing -H help textTvrtko Ursulin1-0/+8
2017-06-07benchmarks/gem_wsim: Add LOCAL fence definesArkadiusz Hiler1-4/+7
2017-06-07Android.mk: Use drm stubsArkadiusz Hiler1-1/+2
2017-06-07Android.mk: Fix libkmod useArkadiusz Hiler1-0/+2
2017-05-31lib: Moving gem_execbuf_wr to ioctl_wrappersLukasz Fiedorowicz3-48/+0
2017-05-23gem_wsim: Add global balancing modeTvrtko Ursulin1-24/+135
2017-05-23gem_wsim: Move seqno status page access to helpersTvrtko Ursulin1-31/+54
2017-05-23gem_wsim: Move seqno allocation and query into helpersTvrtko Ursulin1-17/+27
2017-05-23gem_wsim: Convert clients to threadsTvrtko Ursulin2-67/+57
2017-05-19gem_wsim: Add missing help text for -pTvrtko Ursulin1-0/+2
2017-05-17wsim: Allow assigning priorities to each workloadChris Wilson1-15/+37
2017-05-17wsim: Fix reporting of workload/s for slavesChris Wilson1-5/+6
2017-05-17gem_wsim: Fix client exit with more than one background workloadTvrtko Ursulin1-4/+5
2017-05-17wsim: Only require execbuf wr ioctl for FENCE_OUTChris Wilson1-2/+1
2017-05-16gem_wsim: Implement sw sync point supportTvrtko Ursulin2-9/+120
2017-05-16gem_wsync: Clearer step metadata handlingTvrtko Ursulin1-13/+20
2017-05-16gem_wsim: Fence supportTvrtko Ursulin2-35/+154
2017-05-16gem_wsim: Simplify batch offset block a bitTvrtko Ursulin1-9/+6
2017-05-16gem_wsim: Add append workloadTvrtko Ursulin1-7/+58
2017-05-16gem_wsim: Two small tidiesTvrtko Ursulin1-2/+3
2017-05-11gem_wsim: Minimize startup gapTvrtko Ursulin1-1/+11
2017-05-11wsim: Set the seqno/time stamp on each batch to every engineChris Wilson1-19/+9
2017-05-10wsim: Use a loop over engines to calculate RTChris Wilson1-59/+36
2017-05-10wsim: Feed qd into ewmaChris Wilson1-26/+50
2017-05-10wsim: Switch off heartbeat by defaultChris Wilson1-2/+7
2017-05-10wsim: Limit the information updated during the heartbeatChris Wilson1-33/+51
2017-05-10wsim: Limit heartbeats to sync pointsChris Wilson1-2/+4
2017-05-10wsim: Cache the heartbeat batch and locationChris Wilson1-29/+25
2017-05-10wsim: Avoid the workload_step being tracked simultaneously on multiple enginesChris Wilson1-0/+8
2017-05-10wsim: Stop treating wrk->status_page as just a single uint32_tChris Wilson1-3/+2