If we've explicitly disabled the display, we will never find any
connected outputs or modes. Checking for them will fail and report the
missing requirement instead.

Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Imre Deak <imre.d...@intel.com>
---
 tests/pm_rpm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index fefcb1beb..2c4bf529c 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -2046,7 +2046,6 @@ int main(int argc, char *argv[])
 
                igt_assert(setup_environment());
                basic_subtest();
-               drm_resources_equal_subtest();
                pci_d3_state_subtest();
                teardown_environment();
 
@@ -2056,7 +2055,8 @@ int main(int argc, char *argv[])
 
                igt_assert(setup_environment());
                basic_subtest();
-               drm_resources_equal_subtest();
+               if (enable_one_screen_with_type(data, SCREEN_TYPE_ANY))
+                       drm_resources_equal_subtest();
                pci_d3_state_subtest();
                teardown_environment();
        }
-- 
2.18.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to