Re: [Intel-gfx] [PATCH 17/20] drm/i915/selftest: Refactor reset locking

2017-07-24 Thread Chris Wilson
Quoting Michel Thierry (2017-07-24 20:25:52) > On 7/21/2017 5:32 AM, Chris Wilson wrote: > > Extract the common barrier against rogue hangchecks from disrupting our > > direct testing of resets, and in the process expand the lock to include > > the per-engine reset shortcuts. > > > > Signed-off-by

Re: [Intel-gfx] [PATCH 17/20] drm/i915/selftest: Refactor reset locking

2017-07-24 Thread Michel Thierry
On 7/21/2017 5:32 AM, Chris Wilson wrote: Extract the common barrier against rogue hangchecks from disrupting our direct testing of resets, and in the process expand the lock to include the per-engine reset shortcuts. Signed-off-by: Chris Wilson Cc: Mika Kuoppala Cc: Michel Thierry I don't

[Intel-gfx] [PATCH 17/20] drm/i915/selftest: Refactor reset locking

2017-07-21 Thread Chris Wilson
Extract the common barrier against rogue hangchecks from disrupting our direct testing of resets, and in the process expand the lock to include the per-engine reset shortcuts. Signed-off-by: Chris Wilson Cc: Mika Kuoppala Cc: Michel Thierry --- drivers/gpu/drm/i915/selftests/intel_hangcheck.c