public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_ctx_engine: Scheduler required for reordering requests
@ 2019-08-18 12:56 Chris Wilson
  2019-08-18 13:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-08-18 21:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-08-18 12:56 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

To run the independent subtests requires to issue the requests
not-in-submission order, we need a scheduler.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_ctx_engines.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/gem_ctx_engines.c b/tests/i915/gem_ctx_engines.c
index 2e80d0f3e..1e82e51ee 100644
--- a/tests/i915/gem_ctx_engines.c
+++ b/tests/i915/gem_ctx_engines.c
@@ -431,6 +431,7 @@ static void independent(int i915)
 	uint32_t last, *map;
 
 	igt_require(gen >= 6); /* No per-engine TIMESTAMP on older gen */
+	igt_require(gem_scheduler_enabled(i915));
 
 	{
 		struct drm_i915_gem_execbuffer2 execbuf = {
-- 
2.23.0.rc1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-08-18 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 12:56 [igt-dev] [PATCH i-g-t] i915/gem_ctx_engine: Scheduler required for reordering requests Chris Wilson
2019-08-18 13:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-08-18 21:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox