From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8E40D10E40B for ; Tue, 12 Sep 2023 12:11:13 +0000 (UTC) Message-ID: Date: Tue, 12 Sep 2023 17:41:01 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230911154320.2006325-1-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230911154320.2006325-1-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t] tests/intel/kms: Drop Run type field List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: LGTM Reviewed-by: Swati Sharma On 11-Sep-23 9:13 PM, Bhanuprakash Modem wrote: > Follow "ada49eb7d: tests: Intel Xe: drop Run type field" commit > and do the same for pending KMS tests. > > Fixes: 9da2960b1 > Cc: Mauro Carvalho Chehab > Signed-off-by: Bhanuprakash Modem > --- > tests/intel/kms_pm_backlight.c | 5 ----- > tests/intel/kms_pm_dc.c | 7 ------- > tests/intel/kms_pm_lpsp.c | 2 -- > 3 files changed, 14 deletions(-) > > diff --git a/tests/intel/kms_pm_backlight.c b/tests/intel/kms_pm_backlight.c > index 42aa7cb5d..20af15a6b 100644 > --- a/tests/intel/kms_pm_backlight.c > +++ b/tests/intel/kms_pm_backlight.c > @@ -46,7 +46,6 @@ > * Driver requirement: i915 > * Functionality: backlight > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: basic-brightness > @@ -54,7 +53,6 @@ > * Driver requirement: i915 > * Functionality: backlight > * Mega feature: Display Power > - * Run type: BAT > * Test category: functionality test > * > * SUBTEST: fade > @@ -62,7 +60,6 @@ > * Driver requirement: i915 > * Functionality: backlight > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: fade-with-dpms > @@ -70,7 +67,6 @@ > * Driver requirement: i915 > * Functionality: dpms, backlight > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: fade-with-suspend > @@ -78,7 +74,6 @@ > * Driver requirement: i915 > * Functionality: backlight, suspend > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > */ > > diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c > index 895fe4b4c..76c662f1f 100644 > --- a/tests/intel/kms_pm_dc.c > +++ b/tests/intel/kms_pm_dc.c > @@ -47,7 +47,6 @@ > * Driver requirement: i915 > * Functionality: dc3co, pm_dc, psr2 > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc5-dpms > @@ -56,7 +55,6 @@ > * Driver requirement: i915 > * Functionality: dpms, pm_dc > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc5-dpms-negative > @@ -65,7 +63,6 @@ > * Driver requirement: i915 > * Functionality: dpms, pm_dc > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc5-psr > @@ -73,7 +70,6 @@ > * Driver requirement: i915 > * Functionality: pm_dc, psr > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc6-dpms > @@ -82,7 +78,6 @@ > * Driver requirement: i915 > * Functionality: dpms, pm_dc > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc6-psr > @@ -90,7 +85,6 @@ > * Driver requirement: i915 > * Functionality: pm_dc, psr > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: dc9-dpms > @@ -98,7 +92,6 @@ > * Driver requirement: i915 > * Functionality: dpms, pm_dc > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > */ > > diff --git a/tests/intel/kms_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c > index 9b5547cda..9093f728c 100644 > --- a/tests/intel/kms_pm_lpsp.c > +++ b/tests/intel/kms_pm_lpsp.c > @@ -42,7 +42,6 @@ > * Driver requirement: i915 > * Functionality: pm_lpsp > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > * > * SUBTEST: screens-disabled > @@ -50,7 +49,6 @@ > * Driver requirement: i915 > * Functionality: pm_lpsp > * Mega feature: Display Power > - * Run type: FULL > * Test category: functionality test > */ >