summaryrefslogtreecommitdiff
path: root/benchmarks/gem_wsim.c
AgeCommit message (Expand)AuthorFilesLines
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-05-31lib: Moving gem_execbuf_wr to ioctl_wrappersLukasz Fiedorowicz1-16/+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 Ursulin1-67/+56
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 Ursulin1-5/+88
2017-05-16gem_wsync: Clearer step metadata handlingTvrtko Ursulin1-13/+20
2017-05-16gem_wsim: Fence supportTvrtko Ursulin1-34/+127
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
2017-05-10gem_wsim: Refactor balancer selection and help textTvrtko Ursulin1-82/+131
2017-05-10gem_wsim: Fix master workload handling and statsTvrtko Ursulin1-40/+51
2017-05-09wsim: Compact the per-engine heartbeat into a single bufferChris Wilson1-12/+24
2017-05-09wsim: Convert the RT multiple reads to a latched readChris Wilson1-14/+35
2017-05-09wsim: Fixup breaking the read loop after the seqno advances.Chris Wilson1-3/+8
2017-05-09wsim: Loop over the multiple u32 reads from the status pageChris Wilson1-16/+43
2017-05-09wsim: qd throttling now works independently of balancer->get_qdChris Wilson1-7/+1
2017-05-09wsim: Introduce verbosityChris Wilson1-48/+53
2017-05-09wsim: Add rtavg balancerChris Wilson1-20/+113
2017-05-09wsim: Improve rt balancer to use history across sync pointsChris Wilson1-4/+4
2017-05-09wsim: Add a small tolerance to rt balancingChris Wilson1-1/+38
2017-05-09wsim: Send a periodic depth stamp down each queueChris Wilson1-0/+68
2017-05-09wsim: per-engine throttlingChris Wilson1-15/+33
2017-05-09wsim: Per-client prng pool for miscellaneous randomsChris Wilson1-2/+5
2017-05-09gem_wsim: Slightly more robust workload parsingTvrtko Ursulin1-10/+13
2017-05-09gem_wsim: Allow symbolic balancer selectionTvrtko Ursulin1-1/+26
2017-05-09gem_wsim: Seed random numbers per clientTvrtko Ursulin1-2/+8
2017-05-09gem_wsim: Enable initial per-workload round-robin VCS engine assignmentTvrtko Ursulin1-4/+12