mbox series

[i-g-t,0/2] Default fence expiration test

Message ID 20210316161840.1993818-1-tvrtko.ursulin@linux.intel.com (mailing list archive)
Headers show
Series Default fence expiration test | expand

Message

Tvrtko Ursulin March 16, 2021, 4:18 p.m. UTC
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

See patch 2.

Tvrtko Ursulin (2):
  lib: Add helper for reading modparam values
  tests/i915: Default fence expiry test

 lib/igt_params.c          |  26 +++
 lib/igt_params.h          |   2 +
 tests/Makefile.sources    |   3 +
 tests/i915/gem_watchdog.c | 376 ++++++++++++++++++++++++++++++++++++++
 tests/meson.build         |   1 +
 5 files changed, 408 insertions(+)
 create mode 100644 tests/i915/gem_watchdog.c