intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 i-g-t] Auto-tuned dummyload + recursive batch
@ 2016-10-28 15:47 Abdiel Janulgue
  2016-10-28 15:47 ` [PATCH 1/3] lib: add igt_dummyload Abdiel Janulgue
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Abdiel Janulgue @ 2016-10-28 15:47 UTC (permalink / raw)
  To: intel-gfx

A lot of igt testcases need some GPU workload to make sure a race
window is big enough. Unfortunately having a fixed amount of
workload leads to spurious test failures or overtly long runtimes
on some fast/slow platforms. This library contains functionality
to submit GPU workloads that should consume exactly a specific
amount of time.

v2: Add recursive batch feature from Chris and use in gem_wait and
    kms_flip. I've retained the previous auto-tuned dummy load
    functions. Let me know if we need to drop those.

Abdiel Janulgue (3):
      lib: add igt_dummyload
      igt/gem_wait: Use new igt_spin_batch
      igt/kms_flip: Use new igt_spin_batch

 lib/Makefile.sources |   2 +
 lib/igt.h            |   1 +
 lib/igt_dummyload.c  | 613 +++++++++++++++++++++++++++
 lib/igt_dummyload.h  |  77 ++++
 tests/gem_wait.c     | 125 +-----
 tests/kms_flip.c     |   4 +-


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-11-04  7:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 15:47 [RFC v2 i-g-t] Auto-tuned dummyload + recursive batch Abdiel Janulgue
2016-10-28 15:47 ` [PATCH 1/3] lib: add igt_dummyload Abdiel Janulgue
2016-10-28 15:47 ` [PATCH 2/3] igt/gem_wait: Use new igt_spin_batch Abdiel Janulgue
2016-10-28 15:47 ` [PATCH 3/3] igt/kms_flip: " Abdiel Janulgue
2016-10-28 16:02   ` Ville Syrjälä
2016-10-31  6:43     ` Abdiel Janulgue
2016-11-03  9:40     ` [PATCH v3 1/3] lib: add igt_dummyload Abdiel Janulgue
2016-11-03  9:40       ` [PATCH v3 2/3] igt/gem_wait: Use new igt_spin_batch Abdiel Janulgue
2016-11-03  9:40       ` [PATCH v3 3/3] igt/kms_flip: " Abdiel Janulgue
2016-11-03 14:38       ` [PATCH v3 1/3] lib: add igt_dummyload Ville Syrjälä
2016-11-04  7:57         ` Abdiel Janulgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).