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/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.sources') diff --git a/lib/Makefile.sources b/lib/Makefile.sources index 06852813..86fbfeef 100644 --- a/lib/Makefile.sources +++ b/lib/Makefile.sources @@ -15,6 +15,8 @@ lib_source_list = \ igt.h \ igt_debugfs.c \ igt_debugfs.h \ + igt_device.c \ + igt_device.h \ igt_aux.c \ igt_aux.h \ igt_edid_template.h \ -- cgit v1.2.3