]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/selftests: Make unbannable contexts for reset handling
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 18 Feb 2019 14:50:50 +0000 (14:50 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 18 Feb 2019 16:00:34 +0000 (16:00 +0000)
commit3313fcd9bc9d5e8f9a217fe12a5037f1bfc0e825
tree3baaf82be29aef032fdb86696a1799301e8f4267
parente7a72b73f4073970f976c96a3051f4d073e3ae6c
drm/i915/selftests: Make unbannable contexts for reset handling

igt_ctx_sseu was caught using bannable contexts, and in the course of
resetting rapidly to run its test, was banned. Don't let ourselves ban
the test!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190218145051.18981-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/i915_gem_context.c
drivers/gpu/drm/i915/selftests/intel_hangcheck.c
drivers/gpu/drm/i915/selftests/intel_workarounds.c