From patchwork Mon Jun 22 15:18:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Krzysztofik X-Patchwork-Id: 11618145 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C6D1F60D for ; Mon, 22 Jun 2020 15:19:02 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AEE502074D for ; Mon, 22 Jun 2020 15:19:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AEE502074D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BDE656E826; Mon, 22 Jun 2020 15:19:01 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 93D6C6E1A8; Mon, 22 Jun 2020 15:19:00 +0000 (UTC) IronPort-SDR: kWKOXErhZqdr1F/Z8RakebeFs7M4Q2sJ5jJGWO7nBnxSHlo8HlOFX1aLbJtY1WabtvJk2JAAxz OS11Hx7LVlpA== X-IronPort-AV: E=McAfee;i="6000,8403,9659"; a="145296410" X-IronPort-AV: E=Sophos;i="5.75,267,1589266800"; d="scan'208";a="145296410" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 08:18:59 -0700 IronPort-SDR: dyLSyLo3I+4Qp1kCXoBS5zWTIe8pn2NN0bn8T5U89fvAtYueySOuctCBNFH/JNWV+JruOMKKJf X4ju+TXzErwA== X-IronPort-AV: E=Sophos;i="5.75,267,1589266800"; d="scan'208";a="451871640" Received: from jkrzyszt-desk.igk.intel.com ([172.22.244.18]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 08:18:58 -0700 From: Janusz Krzysztofik To: igt-dev@lists.freedesktop.org Date: Mon, 22 Jun 2020 17:18:37 +0200 Message-Id: <20200622151845.4520-1-janusz.krzysztofik@linux.intel.com> X-Mailer: git-send-email 2.21.1 MIME-Version: 1.0 Subject: [Intel-gfx] [RFC PATCH i-g-t 0/8] tests/core_hotunplug: New subtests and enhancements X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Add a bunch of new test variants, enhance debugging of hotunplug driver issues. Janusz Krzysztofik (8): tests/core_hotunplug: Duplicate debug messages in dmesg tests/core_hotunplug: Use PCI device sysfs entry, not DRM tests/core_hotunplug: Add unbind-unplug-rescan variant tests/core_hotunplug: Add 'lateclose before recover' variants tests/core_hotunplug: Add 'GEM address space' variant tests/core_hotunplug: Add 'GEM object' variant tests/core_hotunplug: Add 'PRIME handle' variant tests/core_hotunplug: Add 'GEM batch' variant tests/core_hotunplug.c | 331 +++++++++++++++++++++++++++++++++++------ 1 file changed, 284 insertions(+), 47 deletions(-)