diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2020-05-05 12:34:03 +0100 |
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-05-07 14:19:37 +0100 |
| commit | ce0ec5c84bb4beaf578d96ea50c90d798aee11cd (patch) | |
| tree | ae8f4c0640ebdb714c86831c0613170c8f7548df /tests/kms_busy.c | |
| parent | 50868ab3c532a86aa147fb555b69a1078c572b13 (diff) | |
lib/i915: Split igt_require_gem() into i915/
igt_require_gem() is a pecularity of i915/, move it out of the core.
Similar opportunistic move of gem_reopen_driver() and
gem_quiescent_gpu().
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/kms_busy.c')
| -rw-r--r-- | tests/kms_busy.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/kms_busy.c b/tests/kms_busy.c index 7e495fe2..be4273bc 100644 --- a/tests/kms_busy.c +++ b/tests/kms_busy.c @@ -21,12 +21,13 @@ * IN THE SOFTWARE. */ -#include "igt.h" - #include <sys/poll.h> #include <signal.h> #include <time.h> +#include "i915/gem.h" +#include "igt.h" + IGT_TEST_DESCRIPTION("Basic check of KMS ABI with busy framebuffers."); static igt_output_t * |
