commit | 4a774ee35c9f57feaf332b252ecb2d4275521c8a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 23 15:23:46 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 23 17:48:46 2018 +0100 |
tree | 95495acf4cb649c4e5d9afd37aeb6305f6743c2b | |
parent | f0d2b758e05e209f4572182afade180cda22c9c8 [diff] |
drm/i915/selftests: Pin the mock kernel context The driver assumes that the kernel context is pinned and always available for use from any process or atomic context. Make it so for selftesting as well! 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/20180523142346.27953-1-chris@chris-wilson.co.uk