commit | e32c8d3caefbb8ec734a0a79c8d4245f38c99d2a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 20 12:06:01 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 20 14:32:16 2018 +0000 |
tree | beceacb272654e93d0c3feb7a73e9355ce5d20f3 | |
parent | 2ac5e38ea4203852d6e99edd3cf11f044b0a409f [diff] |
drm/i915/selftests: Hold task reference to reset worker As the worker may exit by itself, we need to hold a task reference to it in the parent. References: https://bugs.freedesktop.org/show_bug.cgi?id=108735 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181120120601.24083-1-chris@chris-wilson.co.uk