Re: [Intel-gfx] [CI 2/2] drm/i915/selftets: Check random hang recovery

2020-04-24 Thread Mika Kuoppala
Chris Wilson writes: > Userspace is untrusted and allowed to submit anything to the GPU for > execution, including random garbage. Our recovery should do the right > thing. > Subject: s/tets/tests > Signed-off-by: Chris Wilson > Cc: Mika Kuoppala > --- > .../drm/i915/gem/selftests/i915_gem_c

[Intel-gfx] [CI 2/2] drm/i915/selftets: Check random hang recovery

2020-04-24 Thread Chris Wilson
Userspace is untrusted and allowed to submit anything to the GPU for execution, including random garbage. Our recovery should do the right thing. Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- .../drm/i915/gem/selftests/i915_gem_context.c | 157 ++ 1 file changed, 157 inserti