From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9C99610E2CD for ; Thu, 7 Jul 2022 06:59:46 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Thu, 7 Jul 2022 08:59:33 +0200 Message-Id: <20220707065939.33453-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/6] Add codename in device selection List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Most important in this series is codename + discrete/integrated device selectors. Device simulation is far away from being perfect and I won't insist for merging it - it was written to check some artificial multi-gpu setups. Zbigniew KempczyƄski (6): lib/igt_device_scan: Migrate pci assignment lib/igt_device_scan: Introduce codename for platform selection tools/lsgpu: Add codename switch (-c) lib/igt_device_scan: Align microseconds to six leading zeros lib/igt_device_scan: Add discrete/integrated pseudo-codenames lib/igt_device_scan: Simulate udev drm and pci device events lib/igt_device_scan.c | 179 ++++++++++++- lib/igt_device_scan.h | 1 + lib/igt_device_scan_simulate.c | 450 +++++++++++++++++++++++++++++++++ tools/lsgpu.c | 8 +- 4 files changed, 624 insertions(+), 14 deletions(-) create mode 100644 lib/igt_device_scan_simulate.c -- 2.34.1