Re: [PATCH 09/12] drm/i915/selftest: Cope with not having an RCS engine

2022-07-12 Thread Matthew Brost
On Tue, Jul 12, 2022 at 04:31:33PM -0700, john.c.harri...@intel.com wrote: > From: John Harrison > > It is no longer guaranteed that there will always be an RCS engine. > So, use the helper function for finding the first available engine that > can be used for general purpose selftets. > > Signe

[PATCH 09/12] drm/i915/selftest: Cope with not having an RCS engine

2022-07-12 Thread John . C . Harrison
From: John Harrison It is no longer guaranteed that there will always be an RCS engine. So, use the helper function for finding the first available engine that can be used for general purpose selftets. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/selftest_hangcheck.c | 12 +