From 37339e7171ee0bd6b45abf8cfef593ed9d8bf750 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 7 Dec 2017 10:04:00 +0000 Subject: lib: Print other clients when DRM_SET_MASTER fails It looks like there are some rogue processes running in CI that prevent DRM_MASTER from being obtained. Dump the list of clients on failure to make it more obvious what is being left behind. v2: Fix up gtkdocs, meson build References: https://bugs.freedesktop.org/show_bug.cgi?id=104157 Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter --- lib/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 42da7185..a32fe6d5 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -10,6 +10,7 @@ lib_headers = [ 'i915_pciids.h', 'igt.h', 'igt_debugfs.h', + 'igt_device.h', 'igt_aux.h', 'igt_edid_template.h', 'igt_gt.h', @@ -57,6 +58,7 @@ lib_sources = [ 'i915/gem_scheduler.c', 'i915/gem_submission.c', 'igt_debugfs.c', + 'igt_device.c', 'igt_aux.c', 'igt_gt.c', 'igt_gvt.c', -- cgit v1.2.3