]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/selftests: Relax timeout for error-interrupt reset processing
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 10 Feb 2020 20:57:18 +0000 (20:57 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Feb 2020 15:33:50 +0000 (15:33 +0000)
commit44183a0bdd45c29b91b8938786f88d1f63d7066b
tree49c8071628be7298821578dd81d985af312b6e06
parentae1c7135e390621a06116475ffc25a7dc43e3b0c
drm/i915/selftests: Relax timeout for error-interrupt reset processing

We can not require that the system process a tasklet in reasonable time
(thanks be to ksoftirqd), but we can insist that having waited
sufficiently for the error interrupt to have been raised and having
kicked the tasklet, the reset has begun and the request will be marked
as in error (if not already completed).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200210205722.794180-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_lrc.c