Re: [Intel-gfx] [PATCH 2/3] drm/i915/selftests: Be engine agnostic

2019-07-04 Thread Matthew Auld
On Thu, 4 Jul 2019 at 21:05, Chris Wilson wrote: > > When using MI operations, we do not care which engine we use, so use > them all where possible, and where inconvenient double check we have the > engine we selected at random. > > Signed-off-by: Chris Wilson > > diff --git a/drivers/gpu/drm/

[Intel-gfx] [PATCH 2/3] drm/i915/selftests: Be engine agnostic

2019-07-04 Thread Chris Wilson
When using MI operations, we do not care which engine we use, so use them all where possible, and where inconvenient double check we have the engine we selected at random. Signed-off-by: Chris Wilson --- .../gpu/drm/i915/gem/selftests/huge_pages.c | 42 +++ .../i915/gem/selftes