commit | b0158b9132a7f824ed0d908a69a66281c0218189 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 28 08:23:24 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 28 15:18:55 2020 +0000 |
tree | 432378a95640264a7ffa604cb5568f5fbe383f23 | |
parent | d236e2ac535aee1ee19684427edd3654bac143a4 [diff] |
drm/i915/selftests: Wait for the context switch As we require a context switch to ensure that the current context is switched out and saved to memory, perform an explicit switch to the kernel context and wait for it. Closes: https://gitlab.freedesktop.org/drm/intel/issues/1336 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/20200228082330.2411941-18-chris@chris-wilson.co.uk