From ce0ec5c84bb4beaf578d96ea50c90d798aee11cd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 5 May 2020 12:34:03 +0100 Subject: 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 --- tests/kms_frontbuffer_tracking.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/kms_frontbuffer_tracking.c') diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c index 34723922..5d55560d 100644 --- a/tests/kms_frontbuffer_tracking.c +++ b/tests/kms_frontbuffer_tracking.c @@ -24,15 +24,16 @@ * */ -#include "igt.h" -#include "igt_sysfs.h" -#include "igt_psr.h" #include #include #include #include #include +#include "i915/gem.h" +#include "igt.h" +#include "igt_sysfs.h" +#include "igt_psr.h" IGT_TEST_DESCRIPTION("Test the Kernel's frontbuffer tracking mechanism and " "its related features: FBC, PSR and DRRS"); -- cgit v1.2.3