From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8205410E3EC for ; Thu, 5 Oct 2023 12:03:26 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 5 Oct 2023 17:24:12 +0530 Message-Id: <20231005115415.2951265-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V6 0/3] tests/intel/pm: Separate display specific tests from i915_pm_rpm List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Separate display specific tests from i915_pm_rpm and maintain in kms_pm_rpm. Bhanuprakash Modem (3): tests/intel/pm: Separate display specific tests from i915_pm_rpm tests/intel/pm_rpm: Split module-reload test tests/intel/pm_rpm: Fix CI with renamed tests tests/intel-ci/blacklist-pre-merge.txt | 8 +- tests/intel-ci/blacklist.txt | 1 + tests/intel-ci/fast-feedback.testlist | 5 +- tests/intel/i915_pm_rpm.c | 1136 ---------------- tests/intel/kms_pm_rpm.c | 1722 ++++++++++++++++++++++++ tests/meson.build | 1 + 6 files changed, 1731 insertions(+), 1142 deletions(-) create mode 100644 tests/intel/kms_pm_rpm.c -- 2.40.0