From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH i-g-t 00/10] gem_wsim improvements
Date: Wed, 17 Jun 2020 17:01:10 +0100 [thread overview]
Message-ID: <20200617160120.16555-1-tvrtko.ursulin@linux.intel.com> (raw)
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Ripping out of legacy code and adding some new features, plus bugfixes.
First bit is important so the tool can be refactored to support Gen11 and 12
properly. Working sets support is useful for simulating buffer contention and
similar.
Tvrtko Ursulin (10):
gem_wsim: Rip out userspace balancing
gem_wsim: Buffer objects working sets and complex dependencies
gem_wsim: Show workload timing stats
gem_wsim: Move BO allocation to a helper
gem_wsim: Support random buffer sizes
gem_wsim: Support scaling workload batch durations
gem_wsim: Log max and active working set sizes in verbose mode
gem_wsim: Snippet of a workload extracted from carchase
gem_wsim: Implement device selection
gem_wsim: Fix calibration handling
benchmarks/Makefile.am | 2 +-
benchmarks/Makefile.sources | 6 -
benchmarks/ewma.h | 71 -
benchmarks/gem_wsim.c | 2054 ++++++-----------
benchmarks/ilog2.h | 104 -
benchmarks/meson.build | 6 +-
benchmarks/wsim/README | 63 +
benchmarks/wsim/carchasepart.wsim | 184 ++
benchmarks/wsim/cloud-gaming-60fps.wsim | 11 +
benchmarks/wsim/composited-ui.wsim | 7 +
benchmarks/wsim/media-1080p-player.wsim | 2 +
benchmarks/wsim/media_1n2_480p.wsim | 12 +-
benchmarks/wsim/media_1n2_asy.wsim | 8 +-
benchmarks/wsim/media_1n3_480p.wsim | 16 +-
benchmarks/wsim/media_1n3_asy.wsim | 8 +
benchmarks/wsim/media_1n4_480p.wsim | 20 +-
benchmarks/wsim/media_1n4_asy.wsim | 10 +
benchmarks/wsim/media_1n5_480p.wsim | 24 +-
benchmarks/wsim/media_1n5_asy.wsim | 12 +
benchmarks/wsim/media_load_balance_17i7.wsim | 10 +-
benchmarks/wsim/media_load_balance_19.wsim | 4 +-
.../wsim/media_load_balance_4k12u7.wsim | 2 +
.../wsim/media_load_balance_fhd26u7.wsim | 16 +-
benchmarks/wsim/media_load_balance_hd01.wsim | 34 +-
.../wsim/media_load_balance_hd06mp2.wsim | 6 +-
benchmarks/wsim/media_load_balance_hd12.wsim | 6 +-
.../wsim/media_load_balance_hd17i4.wsim | 8 +-
benchmarks/wsim/media_mfe2_480p.wsim | 12 +-
benchmarks/wsim/media_mfe3_480p.wsim | 18 +-
benchmarks/wsim/media_mfe4_480p.wsim | 24 +-
benchmarks/wsim/media_nn_1080p.wsim | 4 +
benchmarks/wsim/media_nn_1080p_s1.wsim | 4 +-
benchmarks/wsim/media_nn_1080p_s2.wsim | 2 +
benchmarks/wsim/media_nn_1080p_s3.wsim | 2 +
benchmarks/wsim/media_nn_480p.wsim | 4 +
benchmarks/wsim/vcs_balanced.wsim | 52 +-
scripts/media-bench.pl | 736 ------
37 files changed, 1171 insertions(+), 2393 deletions(-)
delete mode 100644 benchmarks/ewma.h
delete mode 100644 benchmarks/ilog2.h
create mode 100644 benchmarks/wsim/carchasepart.wsim
create mode 100644 benchmarks/wsim/cloud-gaming-60fps.wsim
create mode 100644 benchmarks/wsim/composited-ui.wsim
delete mode 100755 scripts/media-bench.pl
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2020-06-17 16:01 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 16:01 Tvrtko Ursulin [this message]
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 01/10] gem_wsim: Rip out userspace balancing Tvrtko Ursulin
2020-06-17 16:07 ` Chris Wilson
2020-06-18 7:14 ` Chris Wilson
2020-06-18 7:40 ` Tvrtko Ursulin
2020-06-18 7:55 ` Chris Wilson
2020-06-18 10:03 ` Tvrtko Ursulin
2020-06-18 10:05 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 02/10] gem_wsim: Buffer objects working sets and complex dependencies Tvrtko Ursulin
2020-06-17 16:57 ` Chris Wilson
2020-06-18 9:05 ` Tvrtko Ursulin
2020-06-18 9:22 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 03/10] gem_wsim: Show workload timing stats Tvrtko Ursulin
2020-06-17 16:58 ` Chris Wilson
2020-06-18 7:46 ` Tvrtko Ursulin
2020-06-18 7:57 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 04/10] gem_wsim: Move BO allocation to a helper Tvrtko Ursulin
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 05/10] gem_wsim: Support random buffer sizes Tvrtko Ursulin
2020-06-17 16:31 ` Chris Wilson
2020-06-18 8:06 ` Tvrtko Ursulin
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 06/10] gem_wsim: Support scaling workload batch durations Tvrtko Ursulin
2020-06-17 16:22 ` Chris Wilson
2020-06-18 8:01 ` Tvrtko Ursulin
2020-06-18 8:07 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 07/10] gem_wsim: Log max and active working set sizes in verbose mode Tvrtko Ursulin
2020-06-17 17:07 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 08/10] gem_wsim: Snippet of a workload extracted from carchase Tvrtko Ursulin
2020-06-17 17:45 ` Chris Wilson
2020-06-18 7:53 ` Tvrtko Ursulin
2020-06-18 8:02 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 09/10] gem_wsim: Implement device selection Tvrtko Ursulin
2020-06-17 17:09 ` Chris Wilson
2020-06-17 16:01 ` [Intel-gfx] [PATCH i-g-t 10/10] gem_wsim: Fix calibration handling Tvrtko Ursulin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200617160120.16555-1-tvrtko.ursulin@linux.intel.com \
--to=tvrtko.ursulin@linux.intel.com \
--cc=Intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox