intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/4] Scheduler tests
@ 2016-02-12  9:38 Derek Morton
  2016-02-12  9:38 ` [PATCH i-g-t 1/4] lib/igt_bb_factory: Add igt_bb_factory library Derek Morton
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Derek Morton @ 2016-02-12  9:38 UTC (permalink / raw)
  To: intel-gfx; +Cc: daniel.vetter

This patch set adds scheduler tests.
Patch 1 adds library code used by the tests. There are other tests under
development which are planned to reuse some of these libraries.
Patch 2 adds some basic tests, read dependency tests and write dependency tests.
Patch 3 Is the patch previously submitted by John Harrison to update
gem_ctx_param_basic with ioctls to set context priorities. It is included as
part of this patch set as Patch 4 is dependant on it.
Patch 4 adds tests to check sheduler behaviour for batch buffers submitted at
differing priorities.

Derek Morton (3):
  lib/igt_bb_factory: Add igt_bb_factory library
  tests/gem_scheduler: Add gem_scheduler test
  tests/gem_scheduler: Add subtests to test batch priority behaviour

John Harrison (1):
  igt/gem_ctx_param_basic: Updated to support scheduler priority
    interface

 lib/Makefile.sources        |   2 +
 lib/igt.h                   |   1 +
 lib/igt_bb_factory.c        | 401 +++++++++++++++++++++++++++++++++++++++++
 lib/igt_bb_factory.h        |  47 +++++
 lib/ioctl_wrappers.h        |   1 +
 tests/Makefile.sources      |   1 +
 tests/gem_ctx_param_basic.c |  34 +++-
 tests/gem_scheduler.c       | 431 ++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 917 insertions(+), 1 deletion(-)
 create mode 100644 lib/igt_bb_factory.c
 create mode 100644 lib/igt_bb_factory.h
 create mode 100644 tests/gem_scheduler.c

-- 
1.9.1

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

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

end of thread, other threads:[~2016-03-03 18:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12  9:38 [PATCH i-g-t 0/4] Scheduler tests Derek Morton
2016-02-12  9:38 ` [PATCH i-g-t 1/4] lib/igt_bb_factory: Add igt_bb_factory library Derek Morton
2016-02-16 15:54   ` Daniel Vetter
2016-02-17  9:48   ` Daniele Ceraolo Spurio
2016-03-01 10:30     ` Morton, Derek J
2016-03-02 18:08       ` Morton, Derek J
2016-03-03 18:54         ` Dave Gordon
2016-02-12  9:38 ` [PATCH i-g-t 2/4] tests/gem_scheduler: Add gem_scheduler test Derek Morton
2016-02-17 12:37   ` Daniele Ceraolo Spurio
2016-03-01 15:49     ` Morton, Derek J
2016-02-12  9:38 ` [PATCH i-g-t 3/4] igt/gem_ctx_param_basic: Updated to support scheduler priority interface Derek Morton
2016-02-17 13:03   ` Daniele Ceraolo Spurio
2016-02-12  9:38 ` [PATCH i-g-t 4/4] tests/gem_scheduler: Add subtests to test batch priority behaviour Derek Morton
2016-02-17 13:09   ` Daniele Ceraolo Spurio
2016-03-02  9:52     ` Morton, Derek J

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).