From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4392B10E80A for ; Thu, 7 Sep 2023 16:22:50 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 7 Sep 2023 21:41:51 +0530 Message-Id: <20230907161155.1828658-4-bhanuprakash.modem@intel.com> In-Reply-To: <20230907161155.1828658-1-bhanuprakash.modem@intel.com> References: <20230907161155.1828658-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 3/7] tests/intel/pm: Rename i915_pm_dc to kms_pm_dc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As i915_pm_dc is a display specific test, rename it with the "kms_" prefix, i.e kms_pm_dc. V2: - Rebase V3: - Restore old Copyright Cc: Swati Sharma Signed-off-by: Bhanuprakash Modem --- tests/intel/{i915_pm_dc.c => kms_pm_dc.c} | 0 tests/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/intel/{i915_pm_dc.c => kms_pm_dc.c} (100%) diff --git a/tests/intel/i915_pm_dc.c b/tests/intel/kms_pm_dc.c similarity index 100% rename from tests/intel/i915_pm_dc.c rename to tests/intel/kms_pm_dc.c diff --git a/tests/meson.build b/tests/meson.build index 442df7d84..ea8b60282 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -224,7 +224,6 @@ intel_i915_progs = [ 'i915_pm_freq_mult', 'i915_pm_lpsp', 'i915_pm_rpm', - 'i915_pm_dc', 'i915_pm_rc6_residency', 'i915_pm_rps', 'i915_pm_sseu', @@ -262,6 +261,7 @@ intel_kms_progs = [ 'kms_mmap_write_crc', 'kms_pipe_b_c_ivb', 'kms_pm_backlight', + 'kms_pm_dc', 'kms_psr', 'kms_psr2_sf', 'kms_psr2_su', -- 2.40.0